Skip to content

Commit

Permalink
Update 01-structure.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbelgium authored Apr 29, 2024
1 parent ccd2733 commit b3db875
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions birdnet-pi/rootfs/etc/cont-init.d/01-structure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ echo "... creating default files"
touch /config/apprise.txt
touch /config/include_species_list.txt
touch /config/exclude_species_list.txt
echo "" > /config/IdentifiedSoFar.txt
echo "" > /config/disk_check_exclude.txt # Using touch caused an issue with stats.php
if [ ! -f /config/IdentifiedSoFar.txt ]; then echo "" > /config/IdentifiedSoFar.txt; fi
if [ ! -f /config/disk_check_exclude.txt ]; then echo "" > /config/disk_check_exclude.txt; fi # Using touch caused an issue with stats.php

# Get BirdSongs folder locations
BIRDSONGS_FOLDER="/config/BirdSongs"
Expand Down

0 comments on commit b3db875

Please sign in to comment.