diff --git a/joal/rootfs/run.sh b/joal/rootfs/run.sh index d657c5128..c753b2078 100644 --- a/joal/rootfs/run.sh +++ b/joal/rootfs/run.sh @@ -125,10 +125,12 @@ if [ $VERBOSE = true ]; then 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 fi \ -& bashio::log.info "Joal started with path ip/${UIPATH}/ui secret token $TOKEN" +& bashio::log.info "Joal started with path http://ip/${UIPATH}/ui secret token $TOKEN" +bashio::log.info "Please wait, loading..." + # Wait for transmission to become available bashio::net.wait_for 8081 localhost 900 || true -bashio::log.info "Nginx started for Ingress" +bashio::log.info "... loaded, Nginx started for Ingress" exec nginx & \ ###########