reverted for bash shell
This commit is contained in:
@@ -9,7 +9,7 @@ echo -e '\033[35m
|
||||
/ __/ _/ // _, _/ /___ | |/ |/ / ___ |/ /___/ /___
|
||||
/_/ /___/_/ |_/_____/ |__/|__/_/ |_/_____/_____/
|
||||
\033[0m'
|
||||
echo "\033[35;1mInstalling ufw and setup firewall (allowing only ssh and http) \033[0m"
|
||||
echo -e "\033[35;1mInstalling ufw and setup firewall (allowing only ssh and http) \033[0m"
|
||||
|
||||
if [ "$EUID" -ne 0 ]; then
|
||||
echo "Please run as root"
|
||||
@@ -26,4 +26,4 @@ ufw allow https
|
||||
|
||||
ufw enable
|
||||
ufw status verbose
|
||||
echo "\033[92;1mufw installed and firwall configured\033[Om"
|
||||
echo -e "\033[92;1mufw installed and firwall configured\033[Om"
|
||||
|
||||
Reference in New Issue
Block a user