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