From 17e96ac3d2505ed8841ff9240492e7378472d364 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Fri, 18 Sep 2009 18:18:44 -0400 Subject: integrity-check: Forgot to decrement the arg count Signed-off-by: Aaron Griffin --- cron-jobs/integrity-check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cron-jobs') diff --git a/cron-jobs/integrity-check b/cron-jobs/integrity-check index 8f23129..c2546de 100755 --- a/cron-jobs/integrity-check +++ b/cron-jobs/integrity-check @@ -2,7 +2,7 @@ basedir="$(dirname $0)" -if [ $# -ne 3 ]; then +if [ $# -ne 2 ]; then echo "usage: $(basename $0) [,,...] " >&2 exit 1 fi -- cgit v1.2.3-24-g4f1b