From 85591fd2444bcd97d2d7fe96ad184c30bee1d4b9 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 12 May 2021 12:59:53 +0200 Subject: [PATCH] Update run.sh --- joal/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/joal/run.sh b/joal/run.sh index 871fdc86f..458d3bb36 100644 --- a/joal/run.sh +++ b/joal/run.sh @@ -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"