Update nodemgmt-scripts.sh

This commit is contained in:
2023-12-11 08:29:47 -06:00
parent ceb1ac85b3
commit 61812ffb49

View File

@@ -860,7 +860,7 @@ GUI(){
betacheck) BETACHECK;;
update-dyndns) UPDATE_DYNDNS ${2} ${3} ${4} ${5} ${6};;
backup) BACKUP;;
downlist)
dl|downlist)
if [ "${2}" = "report" ]; then
if [ "$(find ${NM_FOLDER} -name '*.down')" != "" ]; then
rm -f ${NM_LOGFOLDER}/status-downlist.lastrun
@@ -871,9 +871,6 @@ GUI(){
else
DOWNLIST ${2}
fi;;
dl)
DOWNLIST ${2}
;;
status)
if [ "${2}" == "freespace" ]; then
STATUS freespace ${3}