diff --git a/auto_commit_push.sh b/auto_commit_push.sh index 07f2193..03c2445 100755 --- a/auto_commit_push.sh +++ b/auto_commit_push.sh @@ -17,5 +17,5 @@ while true; do fi # Czekaj 10 minut (600 sekund) - sleep 10 + sleep 7200 done