fix: improve error handling in auto-pull script
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
cd /pfad/zu/deinem/repo
|
||||
while true; do
|
||||
git pull
|
||||
git pull || echo "git pull failed"
|
||||
sleep 10
|
||||
done
|
||||
|
Reference in New Issue
Block a user