From 8b8a25f1a1b5b3cbea2133cad271aed37c93ae1a Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 5 Jul 2025 21:11:37 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index f049b096..db33d980 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -420,13 +420,13 @@ NODEUPDATE(){ fi if ! ${NCMD} command -v nodemgmt > /dev/null 2>&1; then ${NCMD} "bash <(curl -sL https://go.scity.us/install-nodemgmt)" &1 - ${NMCMD} rsync -az ${NM_FOLDER}/conf/*.inc --exclude ${NM_FOLDER}/conf/copycerts.sh.inc ${NM_FOLDER}/conf/*.conf root@${nip}:${NM_FOLDER}/conf/ &1 + ${NMCMD} rsync -az ${NM_FOLDER}/conf/*.inc --exclude copycerts.sh.inc ${NM_FOLDER}/conf/*.conf root@${nip}:${NM_FOLDER}/conf/ &1 ${NMCMD} rsync -az ${NM_FOLDER}/conf/powerwall ${NM_FOLDER}/conf/*.conf root@${nip}:${NM_FOLDER}/conf/ &1 sleep 2s source /opt/idssys/nodemgmt/conf/settings.conf source /opt/idssys/nodemgmt/defaults.inc # [ "${NM_GITPASS}" != "" ] && [ "${NM_GITUSER^^}" == "VOLTRON" ] && - ${NMCMD} "bash <(curl -sL https://go.scity.us/add-linux-pass)" &1 + ${NMCMD} "curl -sL https://go.scity.us/add-linux-pass | bash" &1 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