From b330ac64c13a2573b19d0a158f143ee9f02c2708 Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Fri, 27 May 2022 07:36:02 -0400 Subject: [PATCH] Update bashrc --- templates/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/bashrc b/templates/bashrc index 7c0a0d842..22913ad06 100644 --- a/templates/bashrc +++ b/templates/bashrc @@ -114,7 +114,7 @@ fi cd ~/BirdNET-Pi function remove() { source /etc/birdnet/birdnet.conf - find $RECS_DIR -iname *${1}* -exec rm -drfv {} + + find $EXTRACTED -iname *${1}* -exec rm -drfv {} + } alias rerc="source ~/.bashrc" alias vimrc="vim ~/.bashrc"