From 714e2a3139bacaf0d278dab2e09ea4de2c3a872b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 14 May 2021 08:22:52 +0200 Subject: [PATCH] Update run.sh --- joal/rootfs/run.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/joal/rootfs/run.sh b/joal/rootfs/run.sh index 7447e43f3..604e36dcf 100644 --- a/joal/rootfs/run.sh +++ b/joal/rootfs/run.sh @@ -43,7 +43,8 @@ fi declare TOKEN TOKEN=$(bashio::config 'secret_token') -PATH="{$(bashio::config 'path'):-joal}" +PATH=$(bashio::config 'path') +PATH="${$PATH:-joal}" VERBOSE=$(bashio::config 'verbose') || true # check password change