From 855b6e608a443a0fce197446428a3a217730533a Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 1 May 2024 16:50:35 +0200 Subject: [PATCH] Update savestreamdata.sh --- birdnet-pi/rootfs/etc/cont-finish.d/savestreamdata.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/birdnet-pi/rootfs/etc/cont-finish.d/savestreamdata.sh b/birdnet-pi/rootfs/etc/cont-finish.d/savestreamdata.sh index 92ae8102c..ab105a2ae 100644 --- a/birdnet-pi/rootfs/etc/cont-finish.d/savestreamdata.sh +++ b/birdnet-pi/rootfs/etc/cont-finish.d/savestreamdata.sh @@ -7,7 +7,6 @@ if [ -d /tmp/StreamData ]; then # Stop the services in parallel systemctl stop birdnet_analysis & systemctl stop birdnet_recording - wait 1 # Check if there are files in /tmp/StreamData and move them to /data/StreamData mkdir -p /data/StreamData