Fix umask - get umask from environment
Makes it consistent with other linuxserver.io images.
This commit is contained in:
committed by
Ryan Kuba
parent
cc33298c07
commit
c5b1a7fa19
@@ -1,5 +1,9 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
|
||||
UMASK_SET=${UMASK_SET:-022}
|
||||
|
||||
umask "$UMASK_SET"
|
||||
|
||||
cd /opt/radarr || exit
|
||||
|
||||
exec \
|
||||
|
||||
Reference in New Issue
Block a user