From cd0505e5101dcc47cf830e1f62320304ea9335e4 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 14 May 2021 12:05:04 +0200 Subject: [PATCH] Update run.sh --- joal/rootfs/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/joal/rootfs/run.sh b/joal/rootfs/run.sh index 894eeb58e..f17a0cf3f 100644 --- a/joal/rootfs/run.sh +++ b/joal/rootfs/run.sh @@ -99,7 +99,7 @@ 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/${PATH}/ui secret token $TOKEN" +& bashio::log.info "Joal started with path ip/${UIPATH}/ui secret token $TOKEN" # Wait for transmission to become available bashio::net.wait_for 8081 localhost 900 || true bashio::log.info "Nginx started for Ingress"