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