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