makeuser script changes to remove ansible.

This commit is contained in:
2024-01-03 08:10:07 -07:00
parent 9bd4030bd9
commit 3b845f2ab8
5 changed files with 54 additions and 76 deletions

1
rmuser
View File

@@ -10,7 +10,6 @@ then
echo -e "Usage: `basename $0` username [ --banned ][ --backup ]"
else
echo "This will remove user account $1 from Thunix."
echo "It is assumed the user account has been un-enforced in Ansible as well."
echo "Killing user processes..."
sudo pkill -9 -U $1