Update install-nodemgmt.sh

This commit is contained in:
2019-01-29 20:13:39 -06:00
parent 9d81f441ce
commit 252bb82215

View File

@@ -23,13 +23,13 @@ if [ ! -d "/opt/idssys/defaults" ]; then
fi fi
echo -e "NODE_HOSTNAME=\"$(hostname\" 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 ""
echo -e "${idsCL[Yellow]}NodeMgmt has been Installed${idsCL[Default]}" echo -e "${idsCL[Yellow]}NodeMgmt has been Installed${idsCL[Default]}"
echo "" 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 ""
echo "" echo ""