Merge pull request #92 from linuxserver/nightly-app

Move app to /app
This commit is contained in:
aptalca
2020-04-09 21:43:37 -04:00
committed by GitHub
6 changed files with 9 additions and 9 deletions

View File

@@ -3,5 +3,4 @@
# permissions
chown -R abc:abc \
/config \
/opt
/app

View File

@@ -4,7 +4,7 @@ UMASK_SET=${UMASK_SET:-022}
umask "$UMASK_SET"
cd /opt/radarr || exit
cd /app/radarr/bin || exit
exec \
s6-setuidgid abc mono --debug Radarr.exe \