aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/mpan
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/mpan')
-rwxr-xr-xscripts/mpan3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/mpan b/scripts/mpan
index 760d771d..f5747bef 100755
--- a/scripts/mpan
+++ b/scripts/mpan
@@ -88,6 +88,9 @@ while (1) {
if ($launch) {
$launch->start();
}
+ else {
+ last;
+ }
}