diff options
| author | pbuetow <puppet@mx.buetow.org> | 2012-04-19 21:42:09 +0200 |
|---|---|---|
| committer | pbuetow <puppet@mx.buetow.org> | 2012-04-19 21:42:09 +0200 |
| commit | 890c20955a00c26e543f941d2cc7fd29d21783d6 (patch) | |
| tree | f630ac65f3456750860c7782667033fd1b68cd92 | |
| parent | bcfb3ec993b0d6c0a1b5e6dc204e868e3e9d65de (diff) | |
minor change
| -rw-r--r-- | CHANGELOG | 3 | ||||
| -rwxr-xr-x | loadbars | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ +Thu Apr 19 21:41:52 CEST 2012 +* Minor change, sleep 0.5s instead of 3s if ssh command fails + Fri Apr 6 10:17:30 CEST 2012 * Minor fixes such as redraw background on toggle text display which should fix some weird display bugs. @@ -217,7 +217,7 @@ BASH my $pid = open my $pipe, "$cmd |" or do { say "Warning: $!"; - sleep 3; + sleep 0.5; next; }; |
