@ -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
echo "[openssh-server-tweaks] done"