Update nodemgmt-scripts.sh

This commit is contained in:
2023-12-03 21:29:36 -06:00
parent a3fb65cecc
commit d8b9378a25

View File

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