This commit is contained in:
2023-12-03 21:31:35 -06:00
parent dfd987c685
commit d97586e32e
2 changed files with 1 additions and 3 deletions

View File

@@ -2,7 +2,6 @@
VERS='4.16.32-12032023'
NM_BETA=true
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 '
CERT_DAEMON='/snap/bin/certbot'

View File

@@ -775,8 +775,7 @@ SETUPSSH(){
}
BETACHECK(){
source /dev/stdin <<< "$(curl -sL https://git.schroedercity.com/voltron/NodeMgmt/raw/branch/master/defaults.inc)"
[ "$(curl -sL https://git.schroedercity.com/voltron/NodeMgmt/raw/branch/master/defaults.inc | grep NM_BETA=true)" == "true" ] && echo true || echo false
[ "$(curl -sL https://git.schroedercity.com/voltron/NodeMgmt/raw/branch/master/defaults.inc | grep NM_BETA=true)" != "" ] && echo true || echo false
}