From ef4291c72293db89900155de1a11fd001dc5001f Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 30 Oct 2009 19:42:32 +0100 Subject: [PATCH] use delete_from_file with suffix Signed-off-by: Nico Schottelius --- ccollect.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccollect.sh b/ccollect.sh index d060156..efd0440 100755 --- a/ccollect.sh +++ b/ccollect.sh @@ -438,7 +438,7 @@ while [ "${i}" -lt "${no_sources}" ]; do if [ "$ret" -eq 0 ]; then _techo "Incomplete backups: ${incomplete}" if [ -f "${c_delete_incomplete}" ]; then - delete_from_file "${TMP}" + delete_from_file "${TMP}" "${CMARKER}" fi fi