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