From 6cdb78fe8902e2ad7674332f317ad4552a00dd71 Mon Sep 17 00:00:00 2001 From: Razvan Deaconescu Date: Tue, 3 Aug 2010 22:58:45 +0300 Subject: [PATCH] ControlScripts: minor fix to schedule_client.sh - allow 3 arguments --- ControlScripts/schedule_client.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5