From c7767532aca1263b049e2c607f557da12d7b15b1 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 24 Sep 2014 22:30:32 +0100 Subject: [PATCH] Don't use email firewall for non-mailbox variants --- install-freedombone.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install-freedombone.sh b/install-freedombone.sh index c7ef5401..a783fbdf 100755 --- a/install-freedombone.sh +++ b/install-freedombone.sh @@ -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