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
 }
4851
 }
4852
 
4852
 
4853
 function configure_email {
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
       return
4855
       return
4856
   fi
4856
   fi
4857
   if grep -Fxq "configure_email" $COMPLETION_FILE; then
4857
   if grep -Fxq "configure_email" $COMPLETION_FILE; then