Update mm-scripts.sh
This commit is contained in:
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user