Update status.inc

This commit is contained in:
2023-12-04 22:43:47 -06:00
parent 3b5e1ec3d4
commit c1b4fd8c91

View File

@@ -554,7 +554,7 @@ It was down for $(SHOW_TIME ${toterrtime})"
fi
rm -f ${NM_TMPFOLDER}/${nip}~${rcheck}.repl*
fi
ssh -q root@${nip} find ${NM_REPL_CHECK_LOC[${rcheck}]} -iname "*.sync-conflict-*" -exec rm {} \;
ssh -q root@${nip} 'find ${NM_REPL_CHECK_LOC[${rcheck}]} -iname "*.sync-conflict-*" -exec rm {} \;'
fi
done