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