Update scripts/start.sh

This commit is contained in:
Kjeld Schouten-Lebbing
2022-04-07 13:45:57 +02:00
committed by GitHub
parent 2bcce9f74e
commit 0fb3b33466

View File

@@ -2,7 +2,7 @@
echo "---Ensuring UID: ${UID} matches user---"
usermod -u ${UID} ${USER}
echo "---Ensuring GID: ${GID} matches user---"
groupmod -g ${GID} ${USER}
groupmod -g ${GID} ${USER} >> /dev/null ||:
usermod -g ${GID} ${USER}
echo "---Setting umask to ${UMASK}---"
umask ${UMASK}