Update status.inc

This commit is contained in:
2025-03-10 21:37:49 -05:00
parent 728fd22d3e
commit 043904aaad

View File

@@ -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${idsCL[LightGreen]} ${NM_HOSTNAME[${nip}]} ${idsCL[LightYellow]}[${nip}]${idsCL[Default]}"
echo -e "${idsCL[LightYellow]}Removing all Syncthing sync-conflict files from${idsCL[LightGreen]} ${NM_HOSTNAME[${nip}]} ${idsCL[LightYellow]}[${nip}]${idsCL[Default]}"
PH_CMD="ssh -q -o ConnectTimeout=3 -o ConnectionAttempts=1 root@${nip}"
var2=${NTYPE}_REPL_CHECK[@]
for rcheck in "${!var2}"; do