diff --git a/install-nodemgmt.sh b/install-nodemgmt.sh index c3c34e3..107ff0b 100755 --- a/install-nodemgmt.sh +++ b/install-nodemgmt.sh @@ -23,13 +23,13 @@ if [ ! -d "/opt/idssys/defaults" ]; then fi echo -e "NODE_HOSTNAME=\"$(hostname\" -STATUS_CHECK_EMAIL=\"\"" > /opt/idssys/nodemgmt/settings.conf +\# STATUS_CHECK_EMAIL=\"someone@somewhere.com\"" > /opt/idssys/nodemgmt/settings.conf echo "" echo -e "${idsCL[Yellow]}NodeMgmt has been Installed${idsCL[Default]}" echo "" -echo -e "To run, use the command: ${idsCL[Green]}nodemgmt${CS${idsCL[Default]}}" +echo -e "To run, use the command: ${idsCL[Green]}nodemgmt${idsCL[Default]}" echo "" echo ""