From 408a74e6b6ede9a2abc7dfebba1f78022d572442 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 25 Mar 2023 08:08:21 +0100 Subject: [PATCH] Update 30-ssl.sh --- nextcloud/rootfs/etc/cont-init.d/30-ssl.sh | 2 +- 1 file changed, 1 insertion(+), 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 0ce0834b2..e74e302bf 100755 --- a/nextcloud/rootfs/etc/cont-init.d/30-ssl.sh +++ b/nextcloud/rootfs/etc/cont-init.d/30-ssl.sh @@ -3,7 +3,7 @@ if bashio::config.true 'use_own_certs'; then - bashio::log.info "Using referenced ssl certificates" + bashio::log.green "Using referenced ssl certificates" CERTFILE=$(bashio::config 'certfile') KEYFILE=$(bashio::config 'keyfile')