diff options
author | tv <tv@iiso> | 2011-11-08 23:21:13 +0100 |
---|---|---|
committer | tv <tv@iiso> | 2011-11-08 23:21:13 +0100 |
commit | 2775e90ade100163824dfe4ec52f159700e9c86d (patch) | |
tree | 88b4acf89f94a3ffa7d350c41219c9982149e431 /census/sched-arping | |
parent | 6e4d5355374c6205376bf35cdb10e67542b7958a (diff) | |
parent | 7bef2d4da84b6fb2ca2235a8058cec9150d69cbe (diff) |
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'census/sched-arping')
-rwxr-xr-x | census/sched-arping | 2 |
1 files changed, 1 insertions, 1 deletions
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 |