diff --git a/mm-scripts.sh b/mm-scripts.sh index 7341367..fec0b81 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -873,7 +873,7 @@ MMSETUP(){ echo -e "${idsCL[LightCyan]}You may choose to setup notifications by either SMTP and/or Pushover:${idsCL[Default]}" echo - if [ "${EMAIL_NOTICE}" != ""]; then + if [ "${EMAIL_NOTICE}" != "" ]; then read -n 1 -p "Use previous email address [${EMAIL_NOTICE}] (Y/n)?" choice case "$choice" in [Nn])