From f11800d3a4e684e9ab8e68d7b71ed521ac0afa63 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 4 Jul 2023 12:00:19 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 9cdce429..66fb31f5 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1210,9 +1210,9 @@ GUI(){ update-nodes) if [ "${2}" == "report" ]; then rm -f ${NM_LOGFOLDER}/update-nodes.lastrun - NODEUPDATE ${2} > ${NM_LOGFOLDER}/update-nodes.lastrun + NODEUPDATE ${2} ${3} > ${NM_LOGFOLDER}/update-nodes.lastrun else - NODEUPDATE ${2} + NODEUPDATE ${2} ${3} fi ;; update-dyndns) UPDATE_DYNDNS ${2} ${3};;