Remove umask_set

This commit is contained in:
Roxedus
2021-10-17 17:31:38 +02:00
parent f77e2c4486
commit 6683bb160f
3 changed files with 6 additions and 9 deletions

View File

@@ -1,10 +1,5 @@
#!/usr/bin/with-contenv bash
if [ -n "${UMASK_SET}" ] && [ -z "${UMASK}" ]; then
echo -e "You are using a legacy method of defining umask\nplease update your environment variable from UMASK_SET to UMASK\nto keep the functionality after July 2021"
umask ${UMASK_SET}
fi
exec \
s6-setuidgid abc /app/radarr/bin/Radarr \
-nobrowser -data=/config