From 2cc368239784bcd5bca8a1cc90dcd18a623929b2 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 22 May 2024 23:13:14 +0200 Subject: [PATCH] Update 02-caddy.sh --- birdnet-pi/rootfs/custom-services.d/02-caddy.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/birdnet-pi/rootfs/custom-services.d/02-caddy.sh b/birdnet-pi/rootfs/custom-services.d/02-caddy.sh index df2f50bb5..c86654eca 100755 --- a/birdnet-pi/rootfs/custom-services.d/02-caddy.sh +++ b/birdnet-pi/rootfs/custom-services.d/02-caddy.sh @@ -1,4 +1,6 @@ #!/usr/bin/with-contenv bashio +# shellcheck shell=bash + # Dependencies sockfile="empty" until [[ -e /var/run/dbus/system_bus_socket ]] && [[ -e "$sockfile" ]]; do