mirror of
https://github.com/ViViDboarder/docker-duplicity-cron.git
synced 2024-11-22 22:16:31 +00:00
7 lines
79 B
Bash
7 lines
79 B
Bash
|
set -e
|
||
|
|
||
|
cd /data
|
||
|
|
||
|
# Restore the backedup database
|
||
|
mv "$DB_PATH.bak" "$DB_PATH"
|