X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2Fupdate_sysop.pl;h=f7adc6dc43d51652220f9d9a35d204dfb9b8560a;hb=14fa5913c9b5be9f55ef741236aaafbe516f64fe;hp=2fccbb5aee90c8aa2f46fa5c5412b933150b187d;hpb=ab811a0c902225075a9bd69749f65594079433a9;p=spider.git diff --git a/perl/update_sysop.pl b/perl/update_sysop.pl index 2fccbb5a..f7adc6dc 100755 --- a/perl/update_sysop.pl +++ b/perl/update_sysop.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/bin/env perl # # remove all records with the sysop/cluster callsign and recreate # it from the information contained in DXVars @@ -83,6 +83,8 @@ sub create_it } +die "\$myalias \& \$mycall are the same ($mycall)!, they must be different (hint: make \$mycall = '${mycall}-2';).\n" if $mycall eq $myalias; + $lockfn = "$root/local/cluster.lck"; # lock file name if (-e $lockfn) { open(CLLOCK, "$lockfn") or die "Can't open Lockfile ($lockfn) $!";