Fix comment.

This commit is contained in:
nekral-guest
2008-02-17 17:02:03 +00:00
parent 98b7858e66
commit 27ed5d04f7
@@ -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=$?
}