Code Update
This commit is contained in:
10
src/functions/restricted.sh
Normal file
10
src/functions/restricted.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
wx-restricted(){
|
||||
if [[ $USER == "root" || $USER == "local" ]]
|
||||
then
|
||||
echo "Status: Command Restricted"
|
||||
echo " "
|
||||
echo " "
|
||||
echo " "
|
||||
exit 1
|
||||
fi
|
||||
}
|
||||
Reference in New Issue
Block a user