From 7d0e760f73994ae985587bad88e626c38b40c4b9 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 6 Sep 2023 13:53:01 +0200 Subject: [PATCH] Update 30-ssl.sh --- nextcloud/rootfs/etc/cont-init.d/30-ssl.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/nextcloud/rootfs/etc/cont-init.d/30-ssl.sh b/nextcloud/rootfs/etc/cont-init.d/30-ssl.sh index db0a24ac4..9c76a590b 100755 --- a/nextcloud/rootfs/etc/cont-init.d/30-ssl.sh +++ b/nextcloud/rootfs/etc/cont-init.d/30-ssl.sh @@ -1,7 +1,6 @@ #!/usr/bin/with-contenv bashio # shellcheck shell=bash - if bashio::config.true 'use_own_certs'; then bashio::log.green "Using referenced ssl certificates"