move lock files to local
[spider.git] / perl / update_sysop.pl
index af128c946238ae5c8a30f134cb1466e3762911d3..d93e096b8610f1341dfc7b8aeb97aa07ac6a4bb1 100755 (executable)
@@ -82,7 +82,7 @@ sub create_it
 
 }
 
-$lockfn = "$root/perl/cluster.lck";       # lock file name
+$lockfn = "$root/local/cluster.lck";       # lock file name
 if (-e $lockfn) {
        open(CLLOCK, "$lockfn") or die "Can't open Lockfile ($lockfn) $!";
        my $pid = <CLLOCK>;