From 93d7005fcc854699ab821be7d58f7f4bf975b6e3 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 23 May 2024 10:11:39 +0200 Subject: [PATCH] Update 92-ssl.sh --- birdnet-pi/rootfs/etc/cont-init.d/92-ssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/birdnet-pi/rootfs/etc/cont-init.d/92-ssl.sh b/birdnet-pi/rootfs/etc/cont-init.d/92-ssl.sh index 8935d8092..8b6b05c24 100755 --- a/birdnet-pi/rootfs/etc/cont-init.d/92-ssl.sh +++ b/birdnet-pi/rootfs/etc/cont-init.d/92-ssl.sh @@ -7,7 +7,7 @@ set -e ############### if bashio::config.true 'ssl'; then - bashio::log "Ssl is enabled using addon options, setting up nginx" + bashio::log.info "Ssl is enabled using addon options, setting up nginx" bashio::config.require.ssl certfile=$(bashio::config 'certfile') keyfile=$(bashio::config 'keyfile')