diff options
Diffstat (limited to 'loadbars.pl')
| -rwxr-xr-x | loadbars.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/loadbars.pl b/loadbars.pl index 59f77ab..d4183a1 100755 --- a/loadbars.pl +++ b/loadbars.pl @@ -138,7 +138,8 @@ BASH my $pid = open my $pipe, "$cmd |" or do { say "Warning: $!"; - return; + sleep 3; + next; }; $SIG{STOP} = sub { |
