aboutsummaryrefslogtreecommitdiffstats
path: root/emi
diff options
context:
space:
mode:
Diffstat (limited to 'emi')
-rwxr-xr-xemi2
1 files changed, 1 insertions, 1 deletions
diff --git a/emi b/emi
index e697e4a..1cdad5d 100755
--- a/emi
+++ b/emi
@@ -92,7 +92,7 @@ config_init(\%config_usage, $config, \%run);
$run{pidfile_home} = $config->{tmp};
$run{pidfile} = "upload";
-my $pidfile = check_pid(\%run);
+my $pidfile = check_pid(\%run, 1);
my $todo = "$config->{queue}/todo";
my $done = "$config->{queue}/done";