From 93698a05c3b74623e463267c6ae3585a9be2c0d8 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 7 Mar 2021 14:28:40 +0100 Subject: [PATCH] Update run.sh --- joal/run.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/joal/run.sh b/joal/run.sh index c396dab0b..d9f2b4fcc 100644 --- a/joal/run.sh +++ b/joal/run.sh @@ -2,4 +2,6 @@ declare TOKEN TOKEN=$(bashio::config 'secret_token') +mkdir -p /data/joal/torrents + 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