Update nodemgmt-scripts.sh
This commit is contained in:
@@ -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};;
|
||||||
|
|||||||
Reference in New Issue
Block a user