From a4c49f9a1a65062e4902170ad9fce3162b0ca742 Mon Sep 17 00:00:00 2001 From: Paul Sinclair Date: Thu, 22 Apr 2021 17:22:48 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Fix=20line=20length=20for=20warn?= =?UTF-8?q?ing=20message?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bookstack/rootfs/etc/cont-init.d/nginx.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bookstack/rootfs/etc/cont-init.d/nginx.sh b/bookstack/rootfs/etc/cont-init.d/nginx.sh index 48f301e..1907407 100644 --- a/bookstack/rootfs/etc/cont-init.d/nginx.sh +++ b/bookstack/rootfs/etc/cont-init.d/nginx.sh @@ -5,7 +5,8 @@ # ============================================================================== if bashio::var.is_empty "$(bashio::addon.port 80)"; then - bashio::log.warning "No host port is configured, please ensure a port is set for external access to function" + bashio::log.warning "No host port is configured, please ensure a port is" + bashio::log.warning "set for external access to function" fi bashio::config.require.ssl