mysqlBackup: be less noisy
This commit is contained in:
parent
df3572d905
commit
2510c68166
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -n "$DELETED" ]] ; then
|
if [[ -n "$DELETED" ]] ; then
|
||||||
echo "<== End: $count backups removed: ${DELETED}"
|
echo "<== End: $count backups removed:" #${DELETED}"
|
||||||
else
|
else
|
||||||
echo "No old backups removed!"
|
echo "No old backups removed!"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue