From cfb79ed1c36a05ce16d585e39b05ed0ae811cded Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 7 Jan 2021 21:37:12 +0100 Subject: [PATCH] Activate --- joal/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/joal/run.sh b/joal/run.sh index 725b5e770..8492bf264 100644 --- a/joal/run.sh +++ b/joal/run.sh @@ -5,4 +5,4 @@ TOKEN=$(bashio::config 'secret_token') cp -R -n /joal /data/joal -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="lrMY24Byhx" +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