fixed defaults for RECORDING_LENGTH

removed unneeded quotation marks
This commit is contained in:
Patrick McGuire
2021-10-02 09:51:26 -04:00
parent 9ff77526a4
commit 41d4644606
6 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ CUSTOM_LIST="/home/pi/BirdNET-Lite/custom_species_list.txt"
get_files() {
echo "get_files() for ${1:19}"
files=($( find ${1} -maxdepth 1 -name '*wav' \
| sort -r \
| sort \
| awk -F "/" '{print $NF}' ))
[ -n "${files[1]}" ] && echo "Files loaded"
}