Don't use email firewall for non-mailbox variants

This commit is contained in:
Bob Mottram 2014-09-24 22:30:32 +01:00
parent ddfba5c990
commit c7767532ac
1 changed files with 3 additions and 0 deletions

View File

@ -754,6 +754,9 @@ function configure_firewall_for_git {
}
function configure_firewall_for_email {
if [[ $SYSTEM_TYPE == "writer" || $SYSTEM_TYPE == "cloud" || $SYSTEM_TYPE == "chat" || $SYSTEM_TYPE == "social" ]]; then
return
fi
if grep -Fxq "configure_firewall_for_email" $COMPLETION_FILE; then
return
fi