mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-02-06 03:44:53 +01:00
Update 01-structure.sh
This commit is contained in:
@@ -14,8 +14,8 @@ echo "... creating default files"
|
|||||||
touch /config/apprise.txt
|
touch /config/apprise.txt
|
||||||
touch /config/include_species_list.txt
|
touch /config/include_species_list.txt
|
||||||
touch /config/exclude_species_list.txt
|
touch /config/exclude_species_list.txt
|
||||||
echo "" > /config/IdentifiedSoFar.txt
|
if [ ! -f /config/IdentifiedSoFar.txt ]; then echo "" > /config/IdentifiedSoFar.txt; fi
|
||||||
echo "" > /config/disk_check_exclude.txt # Using touch caused an issue with stats.php
|
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
|
# Get BirdSongs folder locations
|
||||||
BIRDSONGS_FOLDER="/config/BirdSongs"
|
BIRDSONGS_FOLDER="/config/BirdSongs"
|
||||||
|
|||||||
Reference in New Issue
Block a user