This commit is contained in:
ehpersonal38
2022-05-07 13:05:37 -04:00
parent 18bfdccab0
commit 8d774e0efa
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ fwrite($fh, $contents);
fwrite($fh2, $contents2);
if(strlen($apprise_input) > 0){
$appriseconfig = fopen("".exec("~/").".apprise", "w");
$appriseconfig = fopen("/etc/birdnet/.apprise", "w");
fwrite($appriseconfig, $apprise_input);
}
+1 -1
View File
@@ -34,7 +34,7 @@ ${NOTIFICATION}"
fi
if [ ! -s ~/.apprise ];then
$HOME/BirdNET-Pi/birdnet/bin/apprise -vv -t 'New Species Detected' -b ${NOTIFICATION}
$HOME/BirdNET-Pi/birdnet/bin/apprise -vv -t 'New Species Detected' -b ${NOTIFICATION} --config=/etc/birdnet/.apprise
fi
fi