From d5c5ec3ca713bd0331ee4482f001879e69e20ae6 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 4 Feb 2025 20:06:41 +0100 Subject: [PATCH] Update 30-monitoring.sh --- birdnet-pi/rootfs/custom-services.d/30-monitoring.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/birdnet-pi/rootfs/custom-services.d/30-monitoring.sh b/birdnet-pi/rootfs/custom-services.d/30-monitoring.sh index 43acfd908..1af5bda9d 100755 --- a/birdnet-pi/rootfs/custom-services.d/30-monitoring.sh +++ b/birdnet-pi/rootfs/custom-services.d/30-monitoring.sh @@ -30,6 +30,7 @@ log_green "Starting service: throttlerecording" # Define Directories, Files, and Constants ######################################## INGEST_DIR="${RECS_DIR/StreamData:-$HOME/BirdSongs/StreamData}" +INGEST_DIR=$(readlink -f "$INGEST_DIR") if [ /tmp/StreamData ]; then INGEST_DIR="/tmp/StreamData" fi