From 8af23dbcd5e246780bbdf3a2e40146cfe4175ba2 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Wed, 26 Jan 2011 21:45:30 +0000 Subject: [PATCH] fixed pid file --- bin/BackupPC_ASA_PostDump_SearchUpdate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) { -- 2.20.1