From 9112134b88bd0f889208c6565672d71bcdbecef7 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 10 Jul 2026 12:21:27 +0200 Subject: [PATCH] Avoid Supervisor bashio in BirdNET-Pi services --- birdnet-pi/rootfs/custom-services.d/02-nginx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/birdnet-pi/rootfs/custom-services.d/02-nginx.sh b/birdnet-pi/rootfs/custom-services.d/02-nginx.sh index 76f1773f84..50dae0f302 100755 --- a/birdnet-pi/rootfs/custom-services.d/02-nginx.sh +++ b/birdnet-pi/rootfs/custom-services.d/02-nginx.sh @@ -1,4 +1,4 @@ -#!/usr/bin/with-contenv bashio +#!/usr/bin/with-contenv bash # shellcheck shell=bash set -e