From e0fd4df57e4853753a49c33f2d41b603b30dba46 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 22 Nov 2021 22:00:25 +0100 Subject: [PATCH] Update 99-run.sh --- cloudcommander/rootfs/scripts/99-run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/cloudcommander/rootfs/scripts/99-run.sh b/cloudcommander/rootfs/scripts/99-run.sh index bd41fac19..b01df64eb 100644 --- a/cloudcommander/rootfs/scripts/99-run.sh +++ b/cloudcommander/rootfs/scripts/99-run.sh @@ -16,6 +16,7 @@ export CLOUDCMD_PREFIX declare ADDON_PROTOCOL=http if bashio::config.true 'ssl'; then ADDON_PROTOCOL=https + bashio::config.require.ssl fi port=$(bashio::addon.port 80)