From 0294b0998001ac8435069a2d34829226fc2e1afc Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 23 Apr 2023 13:00:11 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 5b04be5b..6a9abec4 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -2498,12 +2498,12 @@ UPDATEPUSHOVERINFO(){ if [ "${PUSHOVER_APP_TOKEN}" != "" ]; then ssh root@${host_ip[$hostid]} "echo PUSHOVER_APP_TOKEN=\\\"${PUSHOVER_APP_TOKEN}\\\" >> ${MMFOLDER}/settings.conf" else - ssh root@${host_ip[$hostid]} "echo # PUSHOVER_APP_TOKEN=\\\"\\\" >> ${MMFOLDER}/settings.conf" + ssh root@${host_ip[$hostid]} "echo \\\# PUSHOVER_APP_TOKEN=\\\"\\\" >> ${MMFOLDER}/settings.conf" fi if [ "${PUSHOVER_USER_TOKEN}" != "" ]; then ssh root@${host_ip[$hostid]} "echo PUSHOVER_USER_TOKEN=\\\"${PUSHOVER_USER_TOKEN}\\\" >> ${MMFOLDER}/settings.conf" else - ssh root@${host_ip[$hostid]} "echo # PUSHOVER_USER_TOKEN=\\\"\\\" >> ${MMFOLDER}/settings.conf" + ssh root@${host_ip[$hostid]} "echo \\\# PUSHOVER_USER_TOKEN=\\\"\\\" >> ${MMFOLDER}/settings.conf" fi else