summarylogtreecommitdiffstats
path: root/unarelith.install
blob: 0579951b763a30c5d4f6b0246af93ef550f5ff07 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
	cd /usr/share/webapps/unarelith

	# Set permissions
	chown http:http .
	chown http:http -R static

	bash setup_prod.sh
}