From 2b604e814b467ffb919904baf698bce1a5a02a63 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 24 Jul 2022 19:02:44 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 4d61f3f0..b9e14bab 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1962,6 +1962,7 @@ if [ ${action-x} ]; then rm -f ${FOLDER}/status-check.lastrun STATUS report > ${FOLDER}/status-check.lastrun if [ "${3}" = "email" ] && [ "${STATUS_CHECK_EMAIL}" != "" ]; then + echo "\r\r" DOWNLIST report > ${FOLDER}/status-check.lastrun STATUSLOG="$(cat ${FOLDER}/status-check.lastrun)" echo "Status Report\n\n${STATUSLOG}" | mail -s "Status Report" david@schroedercity.com