From 89500707f2255d8020d7a99b92f23c16ecf1b65b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 6 Oct 2024 21:20:09 +0200 Subject: [PATCH] Update 02-restorestreamdata.sh --- birdnet-pi/rootfs/etc/cont-init.d/02-restorestreamdata.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/birdnet-pi/rootfs/etc/cont-init.d/02-restorestreamdata.sh b/birdnet-pi/rootfs/etc/cont-init.d/02-restorestreamdata.sh index 279164b26..a3227c7a3 100755 --- a/birdnet-pi/rootfs/etc/cont-init.d/02-restorestreamdata.sh +++ b/birdnet-pi/rootfs/etc/cont-init.d/02-restorestreamdata.sh @@ -18,5 +18,5 @@ if [ -d /data/StreamData ]; then fi # Clean up the source folder if empty - find /data/StreamData -type d -empty -delete + rm -r /data/StreamData fi