make sure git does not use a pager
This commit is contained in:
@@ -59,7 +59,7 @@ sudo_with_user git -C $HOME/BirdNET-Pi fetch $remote $branch
|
||||
sudo_with_user git -C $HOME/BirdNET-Pi switch -C $branch --track $remote/$branch
|
||||
|
||||
# Prints out changes
|
||||
sudo_with_user git -C $HOME/BirdNET-Pi diff --stat $commit_hash HEAD
|
||||
sudo_with_user git --no-pager -C $HOME/BirdNET-Pi diff --stat $commit_hash HEAD
|
||||
|
||||
$my_dir/pre_update.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user