Fix user remove
This commit is contained in:
@@ -11,7 +11,7 @@ is_root
|
||||
if [[ $# -eq 1 ]]; then
|
||||
user="$1"
|
||||
else
|
||||
prompt user
|
||||
user=$(prompt user)
|
||||
fi
|
||||
|
||||
if ! id -u "$user" &>/dev/null; then
|
||||
|
||||
Reference in New Issue
Block a user