upgrade, misc, user, ufw, fail2ban

This commit is contained in:
2019-04-13 21:42:25 +02:00
parent 9865952540
commit fe09070a3a
9 changed files with 188 additions and 5 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/sh
if [ "$EUID" -ne 0 ]; then
echo -e "Please run as root"
exit
fi