Fixed ufw enable message

This commit is contained in:
Kobe Wijnants 2024-08-05 12:36:06 +00:00
parent dc4e84172e
commit b2e9461a76

View File

@ -39,8 +39,8 @@ configureUFW() {
echo "Allowing Outcoming Packets by Default(UFW)" echo "Allowing Outcoming Packets by Default(UFW)"
sudo ufw default allow outgoing sudo ufw default allow outgoing
echo -e "${GREEN}Enabled Firewall with Baselines!${RC}"
sudo ufw enable sudo ufw enable
echo -e "${GREEN}Enabled Firewall with Baselines!${RC}"
} }
checkEnv checkEnv