This commit is contained in:
mcguirepr89
2022-01-31 20:25:03 -05:00
parent 0907ca55a1
commit dc0a9feb42
+1 -1
View File
@@ -29,7 +29,7 @@ fi
INCLUDE_LIST="/home/pi/BirdNET-Pi/include_species_list.txt"
EXCLUDE_LIST="/home/pi/BirdNET-Pi/exclude_species_list.txt"
if [ !-f ${INCLUDE_LIST} ];then
if [ ! -f ${INCLUDE_LIST} ];then
touch ${INCLUDE_LIST} &&
chmod g+rw ${INCLUDE_LIST}
fi