added suse firewall info to final message

This commit is contained in:
André Bauer 2017-04-23 12:37:54 +02:00
parent 3d811427ee
commit 6b405ce87b

View file

@ -246,6 +246,9 @@ function final_message () {
echo -e " firewall-cmd --zone=public --add-service=http --permanent"
echo -e " firewall-cmd --zone=public --add-service=https --permanent"
echo -e " firewall-cmd --reload\n"
elif [ "${OS}" == "SUSE" ]; then
echo -e "\n Make sure that the firewall is not blocking port 80 & 443!\n"
echo -e "Use 'yast firewall' or 'SuSEfirewall2' commands to configure it"
fi
echo -e "####################################################################################"
}