summaryrefslogtreecommitdiffstats
path: root/sx.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sx.sh')
-rw-r--r--sx.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sx.sh b/sx.sh
index 6dfe719..71e3a35 100644
--- a/sx.sh
+++ b/sx.sh
@@ -17,7 +17,7 @@ function start_service {
echo "+====================================================="
while true
do
- echo "live... (next try in 10sec)" & sleep 10
+ echo "live... (next try in 10sec)" & sleep 3600
done
}