diff --git a/scripts/adduser.sh b/scripts/adduser.sh index 02e1e1c..52c2428 100755 --- a/scripts/adduser.sh +++ b/scripts/adduser.sh @@ -14,3 +14,6 @@ printf "\nChanging password for $1...\n" sudo passwd $1 fi +printf "\nRun the following command to remove a user -\n" +printf "\nsudo userdel -r \n" +