diff --git a/defaults.inc b/defaults.inc index c951ed4f..d87e74f3 100755 --- a/defaults.inc +++ b/defaults.inc @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERS='5.6.16-07272025' +VERS='5.6.17-08012025' NM_BETA=false diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 4f549a3c..8292a9de 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -426,7 +426,7 @@ NODEUPDATE(){ source /opt/idssys/nodemgmt/conf/settings.conf source /opt/idssys/nodemgmt/defaults.inc # [ "${NM_GITPASS}" != "" ] && [ "${NM_GITUSER^^}" == "VOLTRON" ] && - ${NMCMD} "curl -sL https://go.scity.us/add-linux-pass | bash" &1 + ${NMCMD} "bash <(curl -sL https://go.scity.us/add-linux-pass)" echo -e "${idsCL[Green]}Installed & Synced${idsCL[Default]}" >> ${tmpfile}.running elif [ ${noup} -eq 1 ]; then echo -e "${idsCL[Green]}Already Installed${idsCL[Default]}" >> ${tmpfile}.running