Update 99-run.sh

This commit is contained in:
Alexandre
2023-04-23 17:34:47 +02:00
committed by GitHub
parent 8c72e512eb
commit b0a37848b1

View File

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