Commit f36ebd00 authored by project's avatar project

--no commit message

--no commit message
parent 290124c0
......@@ -16,7 +16,7 @@ if(args.length > 0){
if(args.length==1){
CFG_FILE = "./jobs/" + args[0];
}else{
CFG_FILE = "./jobs/" + args[args.length-1];
for(var i=0;i<args.length-1;i++){
switch (args[i]) {
case '-log0':
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment