diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-08-08 21:12:14 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-08-08 21:12:14 -0300 |
commit | 361d54ebeaf3faf6b302358a20180511660ce8ed (patch) | |
tree | f72b8b69d733bff42928fbb5bc52da3feb35e148 | |
parent | 2829d49080dd99d45252ea731229889ac550832a (diff) | |
download | scripts-361d54ebeaf3faf6b302358a20180511660ce8ed.tar.gz scripts-361d54ebeaf3faf6b302358a20180511660ce8ed.tar.bz2 |
Increase default loop delay
-rwxr-xr-x | status | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -104,7 +104,7 @@ if [ "$LOOP" == "yes" ]; then PROJECT="" if [ -z "$DELAY" ]; then - DELAY="30" + DELAY="60" fi while true; do |