mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 18:01:03 +01:00
Update 01-migrate.sh
This commit is contained in:
@@ -6,7 +6,7 @@ set -e
|
||||
# Migrate database #
|
||||
####################
|
||||
|
||||
if [ -f /homeassistant/addons_config/calibre ]; then
|
||||
if [ -d /homeassistant/addons_config/calibre ]; then
|
||||
echo "Moving database to new location /config"
|
||||
cp -rnf /homeassistant/addons_config/calibre/* /config/
|
||||
rm -r /homeassistant/addons_config/calibre
|
||||
|
||||
Reference in New Issue
Block a user