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 ""