Bob Mottram 10 years ago
parent
commit
eeaf793205
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone

+ 1
- 1
src/freedombone View File

@@ -4851,7 +4851,7 @@ function script_to_make_self_signed_certificates {
4851 4851
 }
4852 4852
 
4853 4853
 function configure_email {
4854
-  if [[ || $SYSTEM_TYPE == "$VARIANT_CHAT" || $SYSTEM_TYPE == "$VARIANT_MEDIA" ]]; then
4854
+  if [[ $SYSTEM_TYPE == "$VARIANT_CHAT" || $SYSTEM_TYPE == "$VARIANT_MEDIA" ]]; then
4855 4855
       return
4856 4856
   fi
4857 4857
   if grep -Fxq "configure_email" $COMPLETION_FILE; then