Update update_birdnet.sh
This commit is contained in:
@@ -6,6 +6,7 @@ USER=$(awk -F: '/1000/ {print $1}' /etc/passwd)
|
|||||||
HOME=$(awk -F: '/1000/ {print $6}' /etc/passwd)
|
HOME=$(awk -F: '/1000/ {print $6}' /etc/passwd)
|
||||||
my_dir=$HOME/BirdNET-Pi/scripts
|
my_dir=$HOME/BirdNET-Pi/scripts
|
||||||
|
|
||||||
|
sudo -u$USER git -C $my_dir rm privacy_server.py
|
||||||
sudo -u${USER} git -C $my_dir stash
|
sudo -u${USER} git -C $my_dir stash
|
||||||
sudo -u${USER} git -C $my_dir pull -f
|
sudo -u${USER} git -C $my_dir pull -f
|
||||||
sudo systemctl daemon-reload
|
sudo systemctl daemon-reload
|
||||||
@@ -14,4 +15,4 @@ sudo ln -sf $my_dir/* /usr/local/bin/
|
|||||||
|
|
||||||
# The script below handles changes to the host system
|
# The script below handles changes to the host system
|
||||||
# Any additions to the updater should be placed in that file.
|
# Any additions to the updater should be placed in that file.
|
||||||
sudo $my_dir/update_birdnet_snippets.sh
|
sudo $my_dir/update_birdnet_snippets.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user