updating references to old repo to new repo
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
source /etc/birdnet/birdnet.conf
|
||||
|
||||
cd "${PROCESSED}" || exit 1
|
||||
FIND_DATE=*$(date --date="2 days ago" "+%F")*
|
||||
find . -name "${FIND_DATE}" -exec rm -rfv {} +
|
||||
Reference in New Issue
Block a user