Update install-dsmon.sh
This commit is contained in:
@@ -38,6 +38,12 @@ echo -e -n "${idsCL[LightCyan]}Email address to receive alerts: ${idsCL[Default]
|
|||||||
read SET_ALERTEMAIL
|
read SET_ALERTEMAIL
|
||||||
echo ""
|
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]}"
|
echo -e -n "${idsCL[LightCyan]}Server Monitor ID (optional, or type 'new'): ${idsCL[Default]}"
|
||||||
read SET_SERVERMONID
|
read SET_SERVERMONID
|
||||||
echo ""
|
echo ""
|
||||||
|
|||||||
Reference in New Issue
Block a user