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