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