diff options
author | Rob Austein <sra@hactrn.net> | 2008-01-09 15:15:36 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2008-01-09 15:15:36 +0000 |
commit | df4fd57fe409c4642dd98f202c9493bab02bd856 (patch) | |
tree | 4ba13eb03d8e3fde84f00bd4ca3688d673fc59e2 /scripts/apnic-poke-2.sh | |
parent | a7b93e9f09a428c4d5d90353ddd79044e304686e (diff) |
Renaming http-client.py to cronjob.py is easier than explaining why
the name is wrong.
svn path=/scripts/Old/http-client.py; revision=1453
Diffstat (limited to 'scripts/apnic-poke-2.sh')
-rw-r--r-- | scripts/apnic-poke-2.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/apnic-poke-2.sh b/scripts/apnic-poke-2.sh index dbeaf690..53f842a0 100644 --- a/scripts/apnic-poke-2.sh +++ b/scripts/apnic-poke-2.sh @@ -101,7 +101,7 @@ else trap "kill $rpkid $irdb" 0 1 2 3 13 15 fi -python http-client.py +python cronjob.py if test -z "$STY" then |