mirror of
https://github.com/ViViDboarder/docker-restic-cron.git
synced 2024-11-15 01:36:37 +00:00
5 lines
39 B
Bash
5 lines
39 B
Bash
|
set -e
|
||
|
|
||
|
# Clear dump
|
||
|
rm /data/dump.txt
|