Update nodemgmt-scripts.sh

This commit is contained in:
2025-07-26 09:08:04 -05:00
parent fc1b127884
commit 146e485859

View File

@@ -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)"