use delete_from_file with suffix

Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
Nico Schottelius 2009-10-30 19:42:32 +01:00
parent 086af1497c
commit ef4291c722
1 changed files with 1 additions and 1 deletions

View File

@ -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