use delete_from_file with suffix
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
parent
086af1497c
commit
ef4291c722
1 changed files with 1 additions and 1 deletions
|
@ -438,7 +438,7 @@ while [ "${i}" -lt "${no_sources}" ]; do
|
||||||
if [ "$ret" -eq 0 ]; then
|
if [ "$ret" -eq 0 ]; then
|
||||||
_techo "Incomplete backups: ${incomplete}"
|
_techo "Incomplete backups: ${incomplete}"
|
||||||
if [ -f "${c_delete_incomplete}" ]; then
|
if [ -f "${c_delete_incomplete}" ]; then
|
||||||
delete_from_file "${TMP}"
|
delete_from_file "${TMP}" "${CMARKER}"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue