diff --git a/defaults.inc b/defaults.inc index 0fe668f1..caf7f6e8 100755 --- a/defaults.inc +++ b/defaults.inc @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERS='5.3.22-01122025' +VERS='5.3.23-01122025' NM_BETA=false noheader=' service status-check nightlyrephp7.3-fpm,new backup report check checkcerts gitea update-nodes copynpmcerts singleservercheck update-dyndns backup-offsitepfsense gui nightlyreview update log betacheck offsite-staticroute-fix ' diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index eb35b2a5..24ac703d 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1493,7 +1493,7 @@ GUI(){ tmp=tmp ;; - skip) SKIP_SERVER_CHECKS;; + skip) SKIP_SERVER_CHECKS ${2};; get-skips) LIST_SKIPPED_SERVERS;; nginxupdate)