From 93bfdcca2d49e95ca09105c765e5d9ac4c89b64d Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 14 May 2021 08:27:21 +0200 Subject: [PATCH] Add option for path from config --- joal/rootfs/run.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/joal/rootfs/run.sh b/joal/rootfs/run.sh index 604e36dcf..443974c8d 100644 --- a/joal/rootfs/run.sh +++ b/joal/rootfs/run.sh @@ -43,8 +43,7 @@ fi declare TOKEN TOKEN=$(bashio::config 'secret_token') -PATH=$(bashio::config 'path') -PATH="${$PATH:-joal}" +PATH=$(bashio::config 'ui_path') VERBOSE=$(bashio::config 'verbose') || true # check password change