mirror of
https://github.com/ViViDboarder/docker-duplicity-cron.git
synced 2024-11-25 20:46:29 +00:00
7 lines
60 B
Bash
Executable File
7 lines
60 B
Bash
Executable File
set -e
|
|
|
|
cd /data
|
|
|
|
# Remove backed up copy
|
|
rm "$DB_PATH.bak"
|