From c249e3b9931f00e49e582b13ae2a3d8cf565278b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 22 Oct 2021 08:02:26 +0200 Subject: [PATCH] Update start.sh --- webtrees/rootfs/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webtrees/rootfs/start.sh b/webtrees/rootfs/start.sh index 7b08e73d4..0d8ed22eb 100644 --- a/webtrees/rootfs/start.sh +++ b/webtrees/rootfs/start.sh @@ -45,6 +45,6 @@ fi DB_NAME=$(bashio::config 'DB_NAME') if [ -f "/data/$DB_NAME.sqlite" ]; then -bashio:log.info "Using existing database $DB_NAME.sqlite" +bashio::log.info "Using existing database $DB_NAME.sqlite" ln -s "/data/$DB_NAME.sqlite" /var/www/webtrees/data fi