Update scripts

This commit is contained in:
2024-06-30 18:14:23 -04:00
parent a5cde22362
commit c8de0fbfa4
5 changed files with 18 additions and 10 deletions

View File

@@ -11,7 +11,9 @@ is_root
echo "This script supports one optional argument, a username"
user_list=()
if [[ $# -eq 1 ]]; then
if [[ $1 == '--all' ]]; then
user="$1"
else
prompt user