From d19b04465ec95c3e680a43e27702aacd3121fef6 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 21 Apr 2023 20:46:13 -0500 Subject: [PATCH] Update mm-scripts.sh --- mm-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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])