mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
Update 30-monitoring.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user