1
0
mirror of https://github.com/xzeldon/vwdump.git synced 2025-07-16 07:14:41 +03:00

More echoes (#12)

- `echo` when a script _(`backup`, `delete`)_ is added to cron jobs.
This commit is contained in:
jmqm
2021-07-13 22:13:24 -05:00
committed by GitHub
parent fcda17fc09
commit 11c8653d26
2 changed files with 5 additions and 3 deletions

View File

@ -7,4 +7,4 @@ cd /backups
find . -iname "*.tar.xz" -type f -mtime +$DELETE_AFTER -exec rm -f {} \;
# Echo that script ran.
echo "Deleted files older than $DELETE_AFTER days."
echo "[INFO] Deleted files older than $DELETE_AFTER days."