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 ebb232b..8e13caa 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