mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-12 02:41:02 +01:00
Update 30-monitoring.sh
This commit is contained in:
@@ -12,7 +12,7 @@ set +u
|
||||
source /config/birdnet.conf 2>/dev/null
|
||||
|
||||
# Ensure folder exists
|
||||
ingest_dir="${$RECS_DIR/StreamData}"
|
||||
ingest_dir="$RECS_DIR/StreamData"
|
||||
if [ ! -d "$ingest_dir" ]; then
|
||||
mkdir -p "$ingest_dir"
|
||||
chmod -R pi:pi
|
||||
|
||||
Reference in New Issue
Block a user