TWEAK_USERS_GID

master
neingeist 1 year ago
parent 10ef3975d1
commit a1e710380e

@ -11,4 +11,9 @@ if [ -n "$TWEAK_USER_HOME" ]; then
usermod --home "$TWEAK_USER_HOME" "$USER_NAME"
fi
if [ -n "$TWEAK_USERS_GID" ]; then
echo "Setting gid of group users to $TWEAK_USERS_GID"
groupmod -g "$TWEAK_USERS_GID" users
fi
echo "[openssh-server-tweaks] done"

Loading…
Cancel
Save