fix one bug, another comes

This commit is contained in:
tqchen
2014-12-01 19:53:41 -08:00
parent 993ff8bb91
commit 46b5d46111
5 changed files with 39 additions and 13 deletions

View File

@@ -1,8 +1,8 @@
#!/bin/bash
if [ "$#" -ne 4 ];
if [ "$#" -lt 4 ];
then
echo "Usage <nslave> <ndata> <config> <round_files_dir>"
exit -1
fi
../submit_job_tcp.py $1 test_recover $2 $3 $4 $5
../submit_job_tcp.py $1 test_recover "${@:2}"