diff --git a/auto-pull.sh b/auto-pull.sh index e616c26..7cc706f 100644 --- a/auto-pull.sh +++ b/auto-pull.sh @@ -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