diff options
Diffstat (limited to 'roles/git/files/runner-mirror/periodic.sh')
-rwxr-xr-x | roles/git/files/runner-mirror/periodic.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/git/files/runner-mirror/periodic.sh b/roles/git/files/runner-mirror/periodic.sh index 0eab0d0..f767f25 100755 --- a/roles/git/files/runner-mirror/periodic.sh +++ b/roles/git/files/runner-mirror/periodic.sh @@ -3,6 +3,6 @@ while true; do /mirror.sh - echo "Sleep @ $(date)" - sleep 8h + echo "Sleep 1h @ $(date)" + sleep 1h done |