From f440bc0868d7ce4d9f077695d3598b466f7b1511 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 25 May 2022 18:49:52 +0200 Subject: [PATCH] Update 99-run.sh --- photoprism/rootfs/etc/cont-init.d/99-run.sh | 5 +++-- 1 file changed, 3 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 3e5b3ac8f..9ddbf4e98 100644 --- a/photoprism/rootfs/etc/cont-init.d/99-run.sh +++ b/photoprism/rootfs/etc/cont-init.d/99-run.sh @@ -92,8 +92,9 @@ 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 photoprism start & bashio::log.info "Starting..." +./scripts/entrypoint.sh photoprism start & bashio::log.info "Starting, please wait for next green text..." -bashio::net.wait_for 2341 localhost 900 bashio::log.info "App launched..." +bashio::net.wait_for 2341 localhost 900 +bashio::log.info "App launched" exec nginx