move lock files to local
[spider.git] / perl / lock_nodes.pl
index c80c69732923bf9474bd00cb77eec492aba6df33..9480c4812d97fbf528f72f2ce3c47dabb7b19c3d 100755 (executable)
@@ -26,7 +26,7 @@ BEGIN {
 use DXVars;
 use DXUser;
 
-my $lockfn = "$root/perl/cluster.lck";       # lock file name
+my $lockfn = "$root/local/cluster.lck";       # lock file name
 if (-e $lockfn) {
        open(CLLOCK, "$lockfn") or die "Can't open Lockfile ($lockfn) $!";
        my $pid = <CLLOCK>;