mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-25 22:16:29 +01:00
Update run.sh
This commit is contained in:
@@ -99,7 +99,7 @@ if [ $VERBOSE = true ]; then
|
|||||||
else
|
else
|
||||||
nohup java -jar /joal/joal.jar --joal-conf=/data/joal --spring.main.web-environment=true --server.port="8081" --joal.ui.path.prefix=${UIPATH} --joal.ui.secret-token=$TOKEN >/dev/null
|
nohup java -jar /joal/joal.jar --joal-conf=/data/joal --spring.main.web-environment=true --server.port="8081" --joal.ui.path.prefix=${UIPATH} --joal.ui.secret-token=$TOKEN >/dev/null
|
||||||
fi \
|
fi \
|
||||||
& bashio::log.info "Joal started with path ip/${PATH}/ui secret token $TOKEN"
|
& bashio::log.info "Joal started with path ip/${UIPATH}/ui secret token $TOKEN"
|
||||||
# Wait for transmission to become available
|
# Wait for transmission to become available
|
||||||
bashio::net.wait_for 8081 localhost 900 || true
|
bashio::net.wait_for 8081 localhost 900 || true
|
||||||
bashio::log.info "Nginx started for Ingress"
|
bashio::log.info "Nginx started for Ingress"
|
||||||
|
|||||||
Reference in New Issue
Block a user