diff --git a/src/freedombone b/src/freedombone index 9943d7f1..52fc0124 100755 --- a/src/freedombone +++ b/src/freedombone @@ -4851,7 +4851,7 @@ function script_to_make_self_signed_certificates { } function configure_email { - if [[ || $SYSTEM_TYPE == "$VARIANT_CHAT" || $SYSTEM_TYPE == "$VARIANT_MEDIA" ]]; then + if [[ $SYSTEM_TYPE == "$VARIANT_CHAT" || $SYSTEM_TYPE == "$VARIANT_MEDIA" ]]; then return fi if grep -Fxq "configure_email" $COMPLETION_FILE; then