update
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
VERS='5.6.16-07272025'
|
VERS='5.6.17-08012025'
|
||||||
NM_BETA=false
|
NM_BETA=false
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -426,7 +426,7 @@ NODEUPDATE(){
|
|||||||
source /opt/idssys/nodemgmt/conf/settings.conf
|
source /opt/idssys/nodemgmt/conf/settings.conf
|
||||||
source /opt/idssys/nodemgmt/defaults.inc
|
source /opt/idssys/nodemgmt/defaults.inc
|
||||||
# [ "${NM_GITPASS}" != "" ] && [ "${NM_GITUSER^^}" == "VOLTRON" ] &&
|
# [ "${NM_GITPASS}" != "" ] && [ "${NM_GITUSER^^}" == "VOLTRON" ] &&
|
||||||
${NMCMD} "curl -sL https://go.scity.us/add-linux-pass | bash" </dev/null 2>&1
|
${NMCMD} "bash <(curl -sL https://go.scity.us/add-linux-pass)"
|
||||||
echo -e "${idsCL[Green]}Installed & Synced${idsCL[Default]}" >> ${tmpfile}.running
|
echo -e "${idsCL[Green]}Installed & Synced${idsCL[Default]}" >> ${tmpfile}.running
|
||||||
elif [ ${noup} -eq 1 ]; then
|
elif [ ${noup} -eq 1 ]; then
|
||||||
echo -e "${idsCL[Green]}Already Installed${idsCL[Default]}" >> ${tmpfile}.running
|
echo -e "${idsCL[Green]}Already Installed${idsCL[Default]}" >> ${tmpfile}.running
|
||||||
|
|||||||
Reference in New Issue
Block a user