aboutsummaryrefslogtreecommitdiffstats
path: root/emi
diff options
context:
space:
mode:
Diffstat (limited to 'emi')
-rwxr-xr-xemi3
1 files changed, 2 insertions, 1 deletions
diff --git a/emi b/emi
index e7fabe5..77774b4 100755
--- a/emi
+++ b/emi
@@ -130,6 +130,8 @@ check_upload_tree(\%run, $todo,
}
},
);
+# Once the tree is checked, ulri can be launched again
+unlink $pidfile;
foreach my $prefix (keys %pkg_tree) {
my $ok = 1;
@@ -213,6 +215,5 @@ foreach my $prefix (keys %pkg_tree) {
}
#dump_cache(\%run);
-unlink $pidfile;
exit;