added run_cmd to the cron system to run any DXCluster command
[spider.git] / perl / DXProt.pm
index eb65eb44fd7b31415216e7b1209fdf252de50fbe..a6587209179a8da21428e20a5176672265e8e61f 100644 (file)
@@ -179,6 +179,7 @@ sub init
        do "$main::data/hop_table.pl" if -e "$main::data/hop_table.pl";
        confess $@ if $@;
        $me->{sort} = 'S';    # S for spider
+       $me->{priv} = 9;
 }
 
 #