This commit is contained in:
2025-08-01 19:41:44 -05:00
parent 1446e8ec07
commit d175e8c75c
2 changed files with 2 additions and 2 deletions

View File

@@ -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" </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
elif [ ${noup} -eq 1 ]; then
echo -e "${idsCL[Green]}Already Installed${idsCL[Default]}" >> ${tmpfile}.running