This commit is contained in:
2026-05-26 19:36:35 -06:00
parent 657b53c8fb
commit 764590c350
5 changed files with 142 additions and 2 deletions
+1 -2
View File
@@ -87,7 +87,7 @@ checkcode () {
if [ $retcode -ne 0 ]; then
echo -e "\t\e[31mERROR!\033[0m Response Code: $retcode"
else
printf '\e[1;32mOK!\e[0m'
echo -e '\t\e[1;32mOK!\e[0m'
fi
}
@@ -121,7 +121,6 @@ user() {
usermod -aG $group $new_username &> /dev/null
checkcode $?
done
checkcode $?
echo "user: FINISHED"
}