This commit is contained in:
Alexandre
2024-10-05 12:09:17 +02:00
committed by GitHub
parent f3f06dfe5c
commit a08c014f69
5 changed files with 8 additions and 7 deletions

View File

@@ -1,5 +1,6 @@
#!/usr/bin/with-contenv bashio
#!/command/with-contenv bashio
# shellcheck shell=bash
set -e
# Check if there are files in "$HOME"/BirdSongs/StreamData and move them to /data/StreamData
if [ -d /data/StreamData ] && [ "$(ls -A /data/StreamData/)" ]; then