Update run.sh

This commit is contained in:
Alexandre
2021-08-02 12:22:29 +02:00
committed by GitHub
parent 32624978cf
commit cd216e47b5

View File

@@ -148,8 +148,7 @@ mkdir -p /var/log/nginx && touch /var/log/nginx/error.log
bashio::log.info "The server will start. Please wait 30 seconds before the web UI is available. Enjoy !"
./usr/src/app/bin/cloudcmd.mjs & \
bashio::net.wait_for 8080 localhost 900 || true
./usr/src/app/bin/cloudcmd.mjs & bashio::net.wait_for 8080 localhost 900 || true
bashio::log.info "Nginx started for Ingress"
exec nginx