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

@@ -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
}