From 146e4858596af74f393f6b0af7be8cc8d144ca2f Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 26 Jul 2025 09:08:04 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 865ae475..4f549a3c 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1410,7 +1410,7 @@ GUI(){ dl|downlist) if [ "${2}" = "reportrun" ]; then - if [ "$(find ${NM_FOLDER} -maxdepth 1 -name '*.down')" != "" ]; then + if [ "$(find ${NM_TMPFOLDER} -maxdepth 1 -name '*.down')" != "" ]; then rm -f ${NM_LOGFOLDER}/status-downlist.lastrun DOWNLIST report >> ${NM_LOGFOLDER}/status-downlist.lastrun STATUSLOG="$(cat ${NM_LOGFOLDER}/status-downlist.lastrun)"