forked from ungleich-public/ccollect
use _techo, not echo
This commit is contained in:
parent
e2a143e0b6
commit
dc28b25e3c
1 changed files with 1 additions and 1 deletions
|
@ -411,7 +411,7 @@ while [ "${i}" -lt "${no_sources}" ]; do
|
||||||
if [ "${count}" -ge "${c_interval}" ]; then
|
if [ "${count}" -ge "${c_interval}" ]; then
|
||||||
substract=$((${c_interval} - 1))
|
substract=$((${c_interval} - 1))
|
||||||
remove=$((${count} - ${substract}))
|
remove=$((${count} - ${substract}))
|
||||||
echo "Removing ${remove} backup(s)..."
|
_techo "Removing ${remove} backup(s)..."
|
||||||
|
|
||||||
(
|
(
|
||||||
set -e
|
set -e
|
||||||
|
|
Loading…
Reference in a new issue