From 274ea26806e53171334cf8a703354d82ac2dbd6e Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 20 Sep 2021 18:13:11 +0200 Subject: [PATCH] Update run.txt --- mealie/rootfs/run.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mealie/rootfs/run.txt b/mealie/rootfs/run.txt index cb39578f0..f18d2170a 100644 --- a/mealie/rootfs/run.txt +++ b/mealie/rootfs/run.txt @@ -45,7 +45,7 @@ fi if bashio::config.true 'ssl'; then bashio::log.info "ssl enabled" - sed -i "s/auto_https off/auto_https on/g" /app/Caddyfile + sed -i "s/auto_https off//g" /app/Caddyfile fi ###########