From db8f85cb031d972b7665df5a229ca2e35e338f10 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 6 Jan 2025 08:49:45 +0100 Subject: [PATCH] Update 99-run.sh --- webtrees/rootfs/etc/cont-init.d/99-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webtrees/rootfs/etc/cont-init.d/99-run.sh b/webtrees/rootfs/etc/cont-init.d/99-run.sh index c88908295..61b8d7fb9 100755 --- a/webtrees/rootfs/etc/cont-init.d/99-run.sh +++ b/webtrees/rootfs/etc/cont-init.d/99-run.sh @@ -152,5 +152,5 @@ sed -i "s|%%data_location%%|${DATA_LOCATION}|g" /etc/scripts/launcher.sh sed -i "s|%%base_url%%|${BASE_URL}|g" /etc/scripts/launcher.sh sed -i "/Starting Apache/a\ subprocess.run('/etc/scripts/launcher.sh', shell=True, check=True)" /docker-entrypoint.py -bashio::log.info "Starting webtrees launcher" +bashio::log.info "Starting docker-entrypoint.py" python3 /docker-entrypoint.py