diff --git a/Setup_Linux_Mac.sh b/Setup_Linux_Mac.sh index f1caf80..a5c112c 100755 --- a/Setup_Linux_Mac.sh +++ b/Setup_Linux_Mac.sh @@ -105,7 +105,10 @@ if [ "$install" == "1" ]; then sudo ufw allow 80/tcp sudo ufw allow 53595/tcp sudo ufw deny 3306/tcp - sudo ufw enable + echo "" + echo "" + echo "UFW firewall rules have been added. Enable it later via:" + echo "sudo ufw enable" echo "" echo "" echo "Do you have Java OpenJDK installed already?"