Update install-dsmon.sh

This commit is contained in:
2022-03-11 20:20:08 -06:00
parent 1b4cb15842
commit 8ba8b0e690

View File

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