aboutsummaryrefslogtreecommitdiffstats
path: root/ulri
diff options
context:
space:
mode:
Diffstat (limited to 'ulri')
-rwxr-xr-xulri2
1 files changed, 1 insertions, 1 deletions
diff --git a/ulri b/ulri
index a6574c3..5e30af3 100755
--- a/ulri
+++ b/ulri
@@ -164,7 +164,7 @@ foreach my $k (keys %{$config->{arch_translation}}) {
}
$run{pidfile_home} = $config->{tmp};
-$run{pidfile} = "upload";
+$run{pidfile} = $program_name;
my $pidfile = check_pid(\%run);
#my $cache = init_cache(\%run, $config, { done => {} });