Add extra help text to adduser.sh
This commit is contained in:
parent
712e64b96f
commit
1e57c148e6
|
@ -14,3 +14,6 @@ printf "\nChanging password for $1...\n"
|
||||||
sudo passwd $1
|
sudo passwd $1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
printf "\nRun the following command to remove a user -\n"
|
||||||
|
printf "\nsudo userdel -r <username>\n"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue