From 5e90a1a9ceed4e67c9979486c6e038f32b9cd018 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 21 Apr 2023 21:30:21 -0500 Subject: [PATCH] Update mm-scripts.sh --- mm-scripts.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mm-scripts.sh b/mm-scripts.sh index 398926d..bc54c07 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -874,7 +874,6 @@ MMSETUP(){ echo echo -e "${idsCL[LightCyan]}You may choose to setup notifications by either SMTP and/or Pushover:${idsCL[Default]}" - echo if [ "${EMAIL_NOTICE}" != "" ]; then read -n 1 -p "Use previous email address [${EMAIL_NOTICE}] (Y/n)?" choice @@ -882,7 +881,7 @@ MMSETUP(){ [Nn]) EMAIL_NOTICE="";;esac fi if [ "${EMAIL_NOTICE}" == "" ]; then - echo; echo -e -n "${idsCL[LightCyan]}(optional) SMTP notification address: ${idsCL[Default]}" + echo; echo -e -n "${idsCL[LightCyan]}(optional) Email notification address: ${idsCL[Default]}" read -e EMAIL_NOTICE fi [ "${EMAIL_NOTICE}" != "" ] && echo "EMAIL_NOTICE=${EMAIL_NOTICE}" >> ${MMFOLDER}/settings.conf || echo "# EMAIL_NOTICE=email@address.com" >> ${MMFOLDER}/settings.conf