From eadb404fc3e203c4d2ebef9f73f733fed1b8592b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 5 Jan 2025 11:02:16 +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 13ddde8e7..fce35b96f 100755 --- a/webtrees/rootfs/etc/cont-init.d/99-run.sh +++ b/webtrees/rootfs/etc/cont-init.d/99-run.sh @@ -147,7 +147,7 @@ bashio::log.info "Data is stored in $DATA_LOCATION" # Execute main script source /etc/apache2/envvars echo "python3 /docker-entrypoint.py" -cd /var2/www/webtrees +cd /var2/www/webtrees || exit 1 if [ ! -f "${DATA_LOCATION}/config.ini.php" ]; then bashio::log.info "First boot : open the UI at $BASE_URL to access the start-up wizard" python3 /docker-entrypoint.py