From: Razvan Deaconescu Date: Tue, 3 Aug 2010 19:58:45 +0000 (+0300) Subject: ControlScripts: minor fix to schedule_client.sh - allow 3 arguments X-Git-Tag: schedule-scenario~10 X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=6cdb78fe8902e2ad7674332f317ad4552a00dd71;p=p2p-testing-infrastructure.git ControlScripts: minor fix to schedule_client.sh - allow 3 arguments --- diff --git a/ControlScripts/schedule_client.sh b/ControlScripts/schedule_client.sh index ebb232b..8e13caa 100755 --- a/ControlScripts/schedule_client.sh +++ b/ControlScripts/schedule_client.sh @@ -15,7 +15,7 @@ DEBUG() test ${_DEBUG} = "on" && $@ } -if test $# -le 3; then +if test $# -lt 3; then echo "usage: $0 client-type torrent-file periods" 1>&2 exit 1 fi