From 1989b5552d13c1f7ea7193c3fd18b939309b7a59 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 13 May 2021 23:25:02 +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 3f311b972..bd6ad53cd 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