Update 01-structure.sh

This commit is contained in:
Alexandre
2024-04-29 18:31:20 +02:00
committed by GitHub
parent ccd27334c2
commit b3db875f52

View File

@@ -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"