From 3a2f2ce2d287a5aeea438961c888b7c277158f5a Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Wed, 26 Jan 2011 00:11:09 +0000 Subject: Have a different lock for ulri and emi, they do not need to be sync-ed more than with .done --- ulri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ulri') 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 => {} }); -- cgit v1.2.1