From: Dobrica Pavlinusic Date: Wed, 26 Jan 2011 21:45:30 +0000 (+0000) Subject: fixed pid file X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=commitdiff_plain;h=8af23dbcd5e246780bbdf3a2e40146cfe4175ba2 fixed pid file --- diff --git a/bin/BackupPC_ASA_PostDump_SearchUpdate b/bin/BackupPC_ASA_PostDump_SearchUpdate index 8bf5041..3c065a0 100755 --- a/bin/BackupPC_ASA_PostDump_SearchUpdate +++ b/bin/BackupPC_ASA_PostDump_SearchUpdate @@ -30,7 +30,7 @@ my $pid_path = abs_path($0); $pid_path =~ s/\W+/_/g; my $pidfile = new File::Pid({ - file => "/tmp/$pid_path", + file => "/tmp/search_update.pid", }); if (my $pid = $pidfile->running ) {