aboutsummaryrefslogtreecommitdiff
path: root/roles/git/files/runner-mirror/periodic.sh
diff options
context:
space:
mode:
Diffstat (limited to 'roles/git/files/runner-mirror/periodic.sh')
-rwxr-xr-xroles/git/files/runner-mirror/periodic.sh4
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