Fix comment.
This commit is contained in:
@@ -16,7 +16,7 @@ trap 'log_status "$0" "FAILURE"; restore_config' 0
|
||||
|
||||
change_config
|
||||
|
||||
echo -n "Change the user's list of supplementary groups (usermod -u 1001 foo)..."
|
||||
echo -n "Change the user's UID (usermod -u 1001 foo)..."
|
||||
usermod -u 1001 foo 2>tmp/usermod.err && exit || {
|
||||
status=$?
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user