fixed pid file
[BackupPC.git] / bin / BackupPC_ASA_PostDump_SearchUpdate
index 8bf5041..3c065a0 100755 (executable)
@@ -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 ) {