aboutsummaryrefslogtreecommitdiffstats
path: root/emi
diff options
context:
space:
mode:
Diffstat (limited to 'emi')
-rwxr-xr-xemi4
1 files changed, 1 insertions, 3 deletions
diff --git a/emi b/emi
index e9659d6..0f9f301 100755
--- a/emi
+++ b/emi
@@ -167,9 +167,6 @@ sub todo_func {
check_upload_tree(\%run, $done, \&done_func,);
check_upload_tree(\%run, $todo, \&todo_func,);
-# Once the tree is checked, ulri can be launched again
-unlink $pidfile;
-
#
# Decide what should be uploaded
@@ -284,5 +281,6 @@ foreach my $prefix (keys %pkg_tree) {
}
}
+unlink $pidfile;
exit();