mirror of
https://github.com/ThunixdotNet/makeuser.git
synced 2026-01-24 13:40:17 +00:00
Fix: test operator
This commit is contained in:
4
rmuser
4
rmuser
@@ -17,8 +17,8 @@ else
|
|||||||
|
|
||||||
if [ -n $2 ]
|
if [ -n $2 ]
|
||||||
then
|
then
|
||||||
[[ $2 == --backup ]] && backup_user_data $1
|
[ "$2" = "--backup" ] && backup_user_data $1
|
||||||
[[ $2 == --banned ]] && echo $1 | sudo tee -a $BANNED
|
[ "$2" = "--banned" ] && echo $1 | sudo tee -a $BANNED
|
||||||
fi
|
fi
|
||||||
|
|
||||||
remove_user $1
|
remove_user $1
|
||||||
|
|||||||
Reference in New Issue
Block a user