started the crontab stuff
[spider.git] / perl / cluster.pl
index 07c405038e68874dc70e94938ded9045a6903f5d..d20b539c5b01447d5edc8d796752c13685e35904 100755 (executable)
@@ -236,9 +236,9 @@ for (;;) {
                $systime = $timenow;
                $cldate = &cldate();
                $ztime = &ztime();
+               DXCron::process();      # do cron jobs
                DXCommandmode::process(); # process ongoing command mode stuff
                DXProt::process();              # process ongoing ak1a pcxx stuff
-               DXCron::process();
                DXConnect::process();
        }
 }