mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-15 18:40:31 +02:00
Follow symlinks
This commit is contained in:
@@ -69,7 +69,7 @@ while true; do
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Check recorder state and queue length
|
# Check recorder state and queue length
|
||||||
wav_count=$(find "$ingest_dir" -maxdepth 1 -name '*.wav' | wc -l)
|
wav_count=$(find -L "$ingest_dir" -maxdepth 1 -name '*.wav' | wc -l)
|
||||||
service_state=$(systemctl is-active "$srv")
|
service_state=$(systemctl is-active "$srv")
|
||||||
analysis_state=$(systemctl is-active "$srv2")
|
analysis_state=$(systemctl is-active "$srv2")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user