Update status.inc

This commit is contained in:
2025-03-10 21:38:29 -05:00
parent 043904aaad
commit e867e0cbce

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 ${NM_HOSTNAME[${nip}]} ${idsCL[Default]}"
PH_CMD="ssh -q -o ConnectTimeout=3 -o ConnectionAttempts=1 root@${nip}"
var2=${NTYPE}_REPL_CHECK[@]
for rcheck in "${!var2}"; do