Update scripts/start.sh

This commit is contained in:
Kjeld Schouten-Lebbing
2022-04-07 00:44:32 +02:00
committed by GitHub
parent 5bc5d45ffb
commit 58135e9a43

View File

@@ -2,7 +2,7 @@
echo "---Checking if UID: ${UID} matches user---" echo "---Checking if UID: ${UID} matches user---"
usermod -u ${UID} ${USER} usermod -u ${UID} ${USER}
echo "---Checking if GID: ${GID} matches user---" echo "---Checking if GID: ${GID} matches user---"
groupmod -g ${GID} ${GROUP} groupmod -g ${GID} ${USER}
usermod -g ${GID} ${USER} usermod -g ${GID} ${USER}
echo "---Setting umask to ${UMASK}---" echo "---Setting umask to ${UMASK}---"
umask ${UMASK} umask ${UMASK}