From 4e4e5dd4cf6715bd67f3bf629f4dd009c8a8a21e Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 3 Aug 2021 13:50:41 +0200 Subject: [PATCH] Update run.sh --- cloudcommander/rootfs/run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/cloudcommander/rootfs/run.sh b/cloudcommander/rootfs/run.sh index 487057b90..731f9a6a2 100644 --- a/cloudcommander/rootfs/run.sh +++ b/cloudcommander/rootfs/run.sh @@ -135,6 +135,7 @@ declare ingress_interface declare ingress_port declare keyfile +CLOUDCMD_PREFIX="" if bashio::config.has_value 'do_not_use'; then CLOUDCMD_PREFIX=$(bashio::config 'do_not_use') export CLOUDCMD_PREFIX