From b7d57ab9b2117fef1d49f07434ef7d99d795c707 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 5 Jul 2025 20:10:11 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index e7069eeb..f049b096 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -434,7 +434,7 @@ NODEUPDATE(){ ${NCMD} "nodemgmt update q" >> ${tmpfile}.running fi else - ${NMCMD} rsync -az --exclude ${NM_FOLDER}/conf/copycerts.sh.inc ${NM_FOLDER}/conf/*.inc ${NM_FOLDER}/conf/*.conf root@${nip}:${NM_FOLDER}/conf/ & &1 + ${NMCMD} rsync -az --exclude copycerts.sh.inc ${NM_FOLDER}/conf/*.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 echo -e "${idsCL[Green]}Files Synced${idsCL[Default]}" >> ${tmpfile}.running fi