From 9cc6d2a912bcb83f453e1b5d92c07695f60e55c4 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 7 Mar 2021 14:39:56 +0100 Subject: [PATCH] Update run.sh --- joal/run.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/joal/run.sh b/joal/run.sh index d9f2b4fcc..c396dab0b 100644 --- a/joal/run.sh +++ b/joal/run.sh @@ -2,6 +2,4 @@ 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