Update nodemgmt-scripts.sh

This commit is contained in:
2023-07-04 12:00:19 -05:00
parent 12f3bf79d2
commit f11800d3a4

View File

@@ -1210,9 +1210,9 @@ GUI(){
update-nodes) update-nodes)
if [ "${2}" == "report" ]; then if [ "${2}" == "report" ]; then
rm -f ${NM_LOGFOLDER}/update-nodes.lastrun rm -f ${NM_LOGFOLDER}/update-nodes.lastrun
NODEUPDATE ${2} > ${NM_LOGFOLDER}/update-nodes.lastrun NODEUPDATE ${2} ${3} > ${NM_LOGFOLDER}/update-nodes.lastrun
else else
NODEUPDATE ${2} NODEUPDATE ${2} ${3}
fi fi
;; ;;
update-dyndns) UPDATE_DYNDNS ${2} ${3};; update-dyndns) UPDATE_DYNDNS ${2} ${3};;