Ensure the GID is actually dynamically assigned to a group as well.
This commit is contained in:
committed by
GitHub
parent
25688e6709
commit
6cb4fd6f96
@@ -2,6 +2,7 @@
|
||||
echo "---Checking if UID: ${UID} matches user---"
|
||||
usermod -u ${UID} ${USER}
|
||||
echo "---Checking if GID: ${GID} matches user---"
|
||||
groupmod -g ${GID} ${GROUP}
|
||||
usermod -g ${GID} ${USER}
|
||||
echo "---Setting umask to ${UMASK}---"
|
||||
umask ${UMASK}
|
||||
|
Reference in New Issue
Block a user