mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
Merge branch 'master' of https://github.com/alexbelgium/hassio-addons
This commit is contained in:
1
.github/paths-filter.yml
vendored
1
.github/paths-filter.yml
vendored
@@ -110,3 +110,4 @@ zzz_archived_paperless_ngx: zzz_archived_paperless_ngx/config.* # Image : yes
|
||||
zzz_archived_plex_meta_manager: zzz_archived_plex_meta_manager/config.* # Image : yes
|
||||
zzz_draft_birdnet-pi: zzz_draft_birdnet-pi/config.* # Image : yes
|
||||
zzz_draft_overleaf: zzz_draft_overleaf/config.* # Image : yes
|
||||
zzz_test: zzz_test/config.* # Image : yes
|
||||
|
||||
@@ -54,7 +54,7 @@ chown -R pi:pi /config /etc/birdnet "$BIRDSONGS_FOLDER" /tmp
|
||||
chmod -R 755 /config /etc/birdnet "$BIRDSONGS_FOLDER" /tmp
|
||||
|
||||
# Create default birds.db
|
||||
if [ "$(stat -c%s "$HOME/BirdNET-Pi/birds.db")" -lt 10240 ]; then
|
||||
if [ ! -f "$HOME/BirdNET-Pi/birds.db" ] || [ "$(stat -c%s "$HOME/BirdNET-Pi/birds.db")" -lt 10240 ]; then
|
||||
rm "$HOME/BirdNET-Pi/birds.db"
|
||||
fi
|
||||
if [ ! -f "$HOME/BirdNET-Pi/birds.db" ]; then
|
||||
|
||||
Reference in New Issue
Block a user