diff options
Diffstat (limited to 'sx.sh')
-rw-r--r-- | sx.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |