This commit is contained in:
Bob Mottram 2015-03-17 22:40:33 +00:00
parent 229a5d2e57
commit eeaf793205
1 changed files with 1 additions and 1 deletions

View File

@ -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