Browse Source

Don't use email firewall for non-mailbox variants

Bob Mottram 10 years ago
parent
commit
c7767532ac
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      install-freedombone.sh

+ 3
- 0
install-freedombone.sh View File

754
 }
754
 }
755
 
755
 
756
 function configure_firewall_for_email {
756
 function configure_firewall_for_email {
757
+  if [[ $SYSTEM_TYPE == "writer" || $SYSTEM_TYPE == "cloud" || $SYSTEM_TYPE == "chat" || $SYSTEM_TYPE == "social" ]]; then
758
+      return
759
+  fi
757
   if grep -Fxq "configure_firewall_for_email" $COMPLETION_FILE; then
760
   if grep -Fxq "configure_firewall_for_email" $COMPLETION_FILE; then
758
       return
761
       return
759
   fi
762
   fi