Update scripts
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user