From b0a37848b157dadbbd399afb4d8038e5a9087b32 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 23 Apr 2023 17:34:47 +0200 Subject: [PATCH] Update 99-run.sh --- photoprism/rootfs/etc/cont-init.d/99-run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/photoprism/rootfs/etc/cont-init.d/99-run.sh b/photoprism/rootfs/etc/cont-init.d/99-run.sh index 2c7f564af..b98f7d606 100755 --- a/photoprism/rootfs/etc/cont-init.d/99-run.sh +++ b/photoprism/rootfs/etc/cont-init.d/99-run.sh @@ -99,8 +99,8 @@ done bashio::log.info "Please wait 1 or 2 minutes to allow the server to load" bashio::log.info 'Default username : admin, default password: "please_change_password"' -cd / -./scripts/entrypoint.sh & bashio::log.info "Starting, please wait for \"App launched\" green text..." +. /scripts/entrypoint.sh /opt/photoprism/bin/photoprism start & \ +bashio::log.info "Starting, please wait for \"App launched\" green text..." bashio::net.wait_for 2341 localhost 900 bashio::log.info "App launched"