lot of stuff
This commit is contained in:
+8
-9
@@ -1,13 +1,12 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo -e '\033[35m
|
||||
______ _ _____ __
|
||||
/ ____/___ _(_) /__ \ / /_ ____ _____
|
||||
/ /_ / __ `/ / /__/ // __ \/ __ `/ __ \
|
||||
/ __/ / /_/ / / // __// /_/ / /_/ / / / /
|
||||
/_/ \__,_/_/_//____/_.___/\__,_/_/ /_/
|
||||
\033[0m'
|
||||
echo -e "\033[35;1mInstalling fall2ban \033[0m"
|
||||
echo -e '
|
||||
___ _ _ ___ _
|
||||
| __|_ _(_) |_ ) |__ __ _ _ _
|
||||
| _/ _` | | |/ /| ._ \/ _` | . \
|
||||
|_|\__,_|_|_/___|_.__/\__,_|_||_|
|
||||
'
|
||||
echo -e "Installing fall2ban"
|
||||
|
||||
. bin/checkroot.sh
|
||||
|
||||
@@ -21,4 +20,4 @@ rc-update add fail2ban
|
||||
# service fail2ban start
|
||||
/etc/init.d/fail2ban start
|
||||
|
||||
echo -e "\033[92;1mfail2ban installed and configured\033[Om"
|
||||
echo -e "fail2ban installed"
|
||||
|
||||
Reference in New Issue
Block a user