summarylogtreecommitdiffstats
path: root/roonbridge.install
diff options
context:
space:
mode:
Diffstat (limited to 'roonbridge.install')
-rw-r--r--roonbridge.install6
1 files changed, 2 insertions, 4 deletions
diff --git a/roonbridge.install b/roonbridge.install
index 246fa797c838..3680259b8d58 100644
--- a/roonbridge.install
+++ b/roonbridge.install
@@ -1,11 +1,9 @@
post_install () {
-if [[ $(ls -l /var/roon | grep root) ]]; then
chown -R roon:roon /var/roon
-fi
+chown -R roon:roon /opt/RoonBridge
}
post_upgrade() {
-if [[ $(ls -l /var/roon | grep root) ]]; then
chown -R roon:roon /var/roon
-fi
+chown -R roon:roon /opt/RoonBridge
}