making changes to accomodate removing the pi user
This commit is contained in:
+2
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user