diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 6897bc1b..380dc879 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -2496,7 +2496,7 @@ UPDATEPUSHOVERINFO(){ echo -e "${idsST[Bold]}${idsCL[LightCyan]} ${host_name[$hostid]} - Running commands${idsCL[Default]}${idsST[Reset]}" ssh root@${host_ip[$hostid]} "/bin/sed -i '/PUSHOVER_/d' /opt/idssys/nodemgmt/settings.conf" if [ "${PUSHOVER_APP_TOKEN}" != "" ]; then - echo "putting in info" + echo "putting in info 'root@${host_ip[$hostid]}'" ssh root@${host_ip[$hostid]} "echo PUSHOVER_APP_TOKEN=\\\"${PUSHOVER_APP_TOKEN}\\\" >> ${MMFOLDER}/settings.conf" else echo "taking out info"