From 8d255f6e3bb2c2e9646e911f38c299340de3000a Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 10 Mar 2025 21:38:37 -0500 Subject: [PATCH] Update status.inc --- inc/status.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/status.inc b/inc/status.inc index 478c4dbd..acfe136b 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -931,7 +931,7 @@ REMOVE_CONFLICT_SYNC_FILES(){ var=${NTYPE}_HOSTS[@] for nip in "${!var}"; do if [ ! -f ${NM_TMPFOLDER}/${nip}.down ]; then - echo -e "${idsCL[LightYellow]}Removing all Syncthing 'sync-conflict' files from ${NM_HOSTNAME[${nip}]} ${idsCL[Default]}" + echo -e "${idsCL[LightYellow]}Removing all Syncthing 'sync-conflict' files from ${idsCL[Default]}" PH_CMD="ssh -q -o ConnectTimeout=3 -o ConnectionAttempts=1 root@${nip}" var2=${NTYPE}_REPL_CHECK[@] for rcheck in "${!var2}"; do