Update run.sh

This commit is contained in:
Alexandre
2021-05-12 12:59:53 +02:00
committed by GitHub
parent 8ed73a70f2
commit 85591fd244

View File

@@ -18,4 +18,4 @@ nohup java -jar /joal/joal.jar --joal-conf=/data/joal --spring.main.web-environm
# Wait for transmission to become available
bashio::net.wait_for 8081 localhost 900
bashio::log.info "... starting NGinx"
exec nginx
exec nginx || bashio::log.fatal "... Nginx not started, only access through webui available"