Skip to content

Commit

Permalink
added suse firewall info to final message
Browse files Browse the repository at this point in the history
  • Loading branch information
monotek committed Apr 23, 2017
1 parent 3d81142 commit 6b405ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions contrib/packager.io/functions
Original file line number Diff line number Diff line change
Expand Up @@ -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 "####################################################################################"
}

0 comments on commit 6b405ce

Please sign in to comment.