making changes to accomodate removing the pi user

This commit is contained in:
mcguirepr89
2022-04-11 10:16:54 -04:00
parent 341cc17264
commit 023b68f386
39 changed files with 167 additions and 191 deletions
+2 -1
View File
@@ -113,7 +113,8 @@ if ! shopt -oq posix; then
fi
cd ~/BirdNET-Pi
function remove() {
find /home/pi/BirdSongs -iname *${1}* -exec rm -drfv {} +
source /etc/birdnet/birdnet.conf
find $RECS_DIR -iname *${1}* -exec rm -drfv {} +
}
alias rerc="source ~/.bashrc"
alias vimrc="vim ~/.bashrc"