summarylogtreecommitdiffstats
path: root/sickchill-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'sickchill-git.install')
-rw-r--r--sickchill-git.install6
1 files changed, 4 insertions, 2 deletions
diff --git a/sickchill-git.install b/sickchill-git.install
index 44b3c3b1e207..9faefc9e69ab 100644
--- a/sickchill-git.install
+++ b/sickchill-git.install
@@ -1,13 +1,15 @@
post_install() {
systemd-sysusers sickchill.conf
systemd-tmpfiles --create sickchill.conf
- chown -R sickchill:sickchill /opt/sickchill
+
+ chown -R sickchill:sickchill /opt/sickchill/app
+ chown sickchill:sickchill /opt/sickchill/data
echo "==> Start and enable sickchill.service. Then visit http://localhost:8081/"
}
post_upgrade() {
- post_install $1
+ post_install "$1"
}
pre_remove() {