From ee4bdce2aff4f0b75053276359bead4125c0a825 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 13 May 2021 14:41:38 +0200 Subject: [PATCH] Update run.sh --- joal/rootfs/run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/joal/rootfs/run.sh b/joal/rootfs/run.sh index 309228bd1..b411a8985 100644 --- a/joal/rootfs/run.sh +++ b/joal/rootfs/run.sh @@ -42,8 +42,8 @@ nohup java -jar /joal/joal.jar --joal-conf=/data/joal --spring.main.web-environm & bashio::log.info "... Joal started with secret token $TOKEN" # Wait for transmission to become available bashio::net.wait_for 8081 localhost 900 || true -exec nginx || bashio::log.fatal "... Nginx not started, only access through webui available" \ -& bashio::log.info "... Nginx started for Ingress" +bashio::log.info "... Nginx started for Ingress" +exec nginx ########### # TIMEOUT #