Update mm-scripts.sh

This commit is contained in:
2023-04-21 20:46:13 -05:00
parent 6ec3b4a72c
commit d19b04465e

View File

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