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