Update scripts/start.sh
This commit is contained in:
committed by
GitHub
parent
5bc5d45ffb
commit
58135e9a43
@@ -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}
|
||||||
|
Reference in New Issue
Block a user