From 069e8af90ef3092b7dc4b37877fe828405589a2b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 12 May 2021 12:01:36 +0200 Subject: [PATCH] Update run.sh --- joal/run.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/joal/run.sh b/joal/run.sh index fa292c629..cc9e34df6 100644 --- a/joal/run.sh +++ b/joal/run.sh @@ -16,6 +16,6 @@ mv -f /config.json /data/joal/ || true nohup java -jar /joal/joal.jar --joal-conf=/data/joal --spring.main.web-environment=true --server.port="8081" --joal.ui.path.prefix="joal" --joal.ui.secret-token=$TOKEN & bashio::log.info "Joal started with secret token $TOKEN..." \ # Wait for transmission to become available -&& bashio::net.wait_for 8081 localhost 900 \ -&& bashio::log.info "Starting NGinx..." \ -&& exec nginx +bashio::net.wait_for 8081 localhost 900 +bashio::log.info "Starting NGinx..." +exec nginx