From 8ba8b0e69084712ba62d25ca5c3257ff36b3f3b4 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 11 Mar 2022 20:20:08 -0600 Subject: [PATCH] Update install-dsmon.sh --- install-dsmon.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/install-dsmon.sh b/install-dsmon.sh index 86e2107..701ff1c 100755 --- a/install-dsmon.sh +++ b/install-dsmon.sh @@ -38,6 +38,12 @@ echo -e -n "${idsCL[LightCyan]}Email address to receive alerts: ${idsCL[Default] read SET_ALERTEMAIL echo "" +if [ "${SET_ALERTEMAIL}" = "txt" ]; then + SET_ALERTEMAIL='9208839613@txt.att.net' +elif [ "${SET_ALERTEMAIL}" = "mms" ]; then + SET_ALERTEMAIL='9208839613@mms.att.net' +fi + echo -e -n "${idsCL[LightCyan]}Server Monitor ID (optional, or type 'new'): ${idsCL[Default]}" read SET_SERVERMONID echo ""