upgrade, misc, user, ufw, fail2ban
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ "$EUID" -ne 0 ]; then
|
||||
echo -e "Please run as root"
|
||||
exit
|
||||
fi
|
||||
Reference in New Issue
Block a user