diff options
| author | pbuetow <puppet@mx.buetow.org> | 2012-04-19 21:40:06 +0200 |
|---|---|---|
| committer | pbuetow <puppet@mx.buetow.org> | 2012-04-19 21:40:06 +0200 |
| commit | 4d85ec71fdf3b787e3cb0ad8a2a716cdb77f51a7 (patch) | |
| tree | 1534f31d9d67b4d2f18ec23ad5a5f26f09f82877 | |
| parent | 86ee73997c4cb51ed751efc4e4040696692658c8 (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:39:38 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. @@ -252,7 +252,7 @@ BASH my $pid = open my $pipe, "$cmd |" or do { say "Warning: $!"; - sleep 3; + sleep 0.5; next; }; |
