From dbb899915c61fbee612bd2c5d6e6eb281a056998 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 10 Mar 2025 21:41:19 -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 29a50bd8..486d6ca3 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -934,7 +934,7 @@ REMOVE_CONFLICT_SYNC_FILES(){ PH_CMD="ssh -q -o ConnectTimeout=3 -o ConnectionAttempts=1 root@${nip}" var2=${NTYPE}_REPL_CHECK[@] for rcheck in "${!var2}"; do - echo -en "${idsCL[LightCyan]}Removing files from ${idsCL[Green]}${NM_REPL_CHECK_LOC[${rcheck}]}${idsCL[LightCyan]}${idsCL[Default]} ... " + echo -en "Removing files from ${idsCL[LightCyan]}${NM_REPL_CHECK_LOC[${rcheck}]}/* ${idsCL[Default]}... " ${PH_CMD} 'find '${NM_REPL_CHECK_LOC[${rcheck}]}' -iname "*.sync-conflict-*" -exec rm {} \;' >/dev/null 2>&1 echo -e "${idsCL[Green]}Done${idsCL[Default]}" done