]> p2p-next.cs.pub.ro Git - p2p-testing-infrastructure.git/commitdiff
ControlScripts: minor fix to schedule_client.sh - allow 3 arguments
authorRazvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Tue, 3 Aug 2010 19:58:45 +0000 (22:58 +0300)
committerRazvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Tue, 3 Aug 2010 19:58:45 +0000 (22:58 +0300)
ControlScripts/schedule_client.sh

index ebb232b5acd722e3f30c8b204f8335c063fa5fef..8e13caa26522d8ab3efce5e5e67677a12b5ef201 100755 (executable)
@@ -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