summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xloadbars.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/loadbars.pl b/loadbars.pl
index 3df9fcf..78c8827 100755
--- a/loadbars.pl
+++ b/loadbars.pl
@@ -160,6 +160,7 @@ BASH
if ($killcounter >= 3) {
print " forcing using SIGKILL";
kill 0, $pid;
+ last;
}
}