From cff7c75150454226b8cbb77f3daf6fdabd8a28eb Mon Sep 17 00:00:00 2001 From: krebs Date: Tue, 8 Nov 2011 17:12:25 -0500 Subject: // magic: shuffle args --- census/sched-arping | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'census') diff --git a/census/sched-arping b/census/sched-arping index d281cac3..14f8af3c 100755 --- a/census/sched-arping +++ b/census/sched-arping @@ -4,5 +4,5 @@ TMP=`mktemp` crontab -l >$TMP echo "23 * * * * $PWD/arping_users.py > $PWD/../db/arping" | -../util/bin/magic "arping" create $TMP +../util/bin/magic create "arping" $TMP crontab $TMP -- cgit v1.2.3