X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2Fcluster.pl;h=db05800f9c305216aa06bcec7e707930ffb71c96;hb=e637d28f26ba92ea69edb06c6c564e1acfffd75e;hp=b942b44f9515ee034e22679e9a328c40f2f0820c;hpb=d7c1b365e73f33a68449a3a0132c628e289ef526;p=spider.git diff --git a/perl/cluster.pl b/perl/cluster.pl index b942b44f..db05800f 100755 --- a/perl/cluster.pl +++ b/perl/cluster.pl @@ -90,6 +90,7 @@ BEGIN { } + use DXVars; use SysVar; @@ -478,6 +479,8 @@ sub setup_start # ############################################################# + chdir $root; + $starttime = $systime = time; $systime_days = int ($systime / 86400); $systime_daystart = $systime_days * 86400;