From ce9318f11ae67d9be26e9377631dfbdc64b09958 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 29 Jan 2019 20:16:40 -0600 Subject: [PATCH] Update install-nodemgmt.sh --- install-nodemgmt.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install-nodemgmt.sh b/install-nodemgmt.sh index c7d53ed..9485823 100755 --- a/install-nodemgmt.sh +++ b/install-nodemgmt.sh @@ -22,8 +22,9 @@ if [ ! -d "/opt/idssys/defaults" ]; then do_with_root git clone git@git.schroedercity.com:voltron/iDS-Defaults.git /opt/idssys/defaults fi -echo -e "NODE_HOSTNAME=\"$(hostname\" -STATUS_CHECK_EMAIL=\"\"" > /opt/idssys/nodemgmt/settings.conf +echo -e "NODE_HOSTNAME=\"$(hostname)\" +\# STATUS_CHECK_EMAIL=\"someone@somewhere.com\" +" > /opt/idssys/nodemgmt/settings.conf echo ""