Update 99-run.sh

This commit is contained in:
Alexandre
2022-05-25 18:49:52 +02:00
committed by GitHub
parent 3ddbc00522
commit f440bc0868

View File

@@ -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