From 193b417f9cc573e49533fbcde0cb9e3b720a2160 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 22 Oct 2021 08:02:43 +0200 Subject: [PATCH] Update end.sh --- webtrees/rootfs/end.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webtrees/rootfs/end.sh b/webtrees/rootfs/end.sh index 17683a802..038a81b73 100644 --- a/webtrees/rootfs/end.sh +++ b/webtrees/rootfs/end.sh @@ -5,7 +5,7 @@ DB_NAME=$(echo $DB_NAME | tr -d '"') if [ ! -f "/data/$DB_NAME.sqlite" ]; then mv "/var/www/webtrees/data/$DB_NAME.sqlite" /data || bashio::log.fatal "error : database /var/www/webtrees/data/$DB_NAME.sqlite not found" ln -s "/data/$DB_NAME.sqlite" /var/www/webtrees/data - bashio:log.warning "No existing database found with the name selected, creating a new one" + bashio::log.warning "No existing database found with the name selected, creating a new one" fi bashio::log.info "Starting apache, please wait then login with $WT_USER : $WT_PASS"