Update nodemgmt-scripts.sh

This commit is contained in:
2024-03-09 11:55:58 -06:00
parent b55096acd4
commit 4ef6379264

View File

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