Fix message. Did not end with a new line.

This commit is contained in:
nekral-guest
2009-03-15 22:36:21 +00:00
parent 43515a0924
commit 6657ff38e5

View File

@@ -16,8 +16,9 @@ trap 'log_status "$0" "FAILURE"; restore_config' 0
change_config
echo -n "remove the gshadow file"
echo -n "remove the gshadow file..."
rm -f /etc/gshadow
echo "OK"
echo -n "set the list of members to foo (gpasswd -M foo users)..."
gpasswd -M foo users