From 4ef6379264c721149e25b5617d1a4e7fa45802e8 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 9 Mar 2024 11:55:58 -0600 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 c078bde3..f4a8fe62 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1215,7 +1215,7 @@ GUI(){ if [ "${2}" == "report" ]; then [ "${3}" == "sync" ] && ufile=update-nodes-sync.lastrun || ufile=update-nodes.lastrun rm -f ${NM_LOGFOLDER}/${ufile} - NODEUPDATES ${2} ${3} > ${NM_LOGFOLDER}/${ufile} + NODEUPDATES ${2} ${3} ###> ${NM_LOGFOLDER}/${ufile} else NODEUPDATES ${2} ${3} fi