From ddcf0e94d95e52eec9262d4705591f0cfc95b703 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 23 Oct 2021 14:37:26 +0200 Subject: [PATCH] Update start.sh --- webtrees/rootfs/start.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/webtrees/rootfs/start.sh b/webtrees/rootfs/start.sh index 29c32b79c..8b00ac5b8 100644 --- a/webtrees/rootfs/start.sh +++ b/webtrees/rootfs/start.sh @@ -85,6 +85,7 @@ fi # LAUNCH APP # ############## +bashio::log.info "Launching app, please wait" # Remove previous config to allow addon options to refresh rm /data/webtrees/data/config.ini.php 2>/dev/null || true