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