make sure git does not use a pager

This commit is contained in:
frederik
2025-05-01 20:37:44 +02:00
parent 44e7d113ca
commit 4e9ddcec09
+1 -1
View File
@@ -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