Make both magazine sites silence curl correctly
This commit is contained in:
parent
80ce4224d5
commit
f6ae88deca
2 changed files with 2 additions and 2 deletions
|
@ -70,4 +70,4 @@
|
|||
- name: Wordpress cron
|
||||
cron: name="Wordpress cron"
|
||||
minute="*/10"
|
||||
job="curl http://localhost:80/wp-cron.php >/dev/null"
|
||||
job="curl -s http://localhost:80/wp-cron.php >/dev/null"
|
||||
|
|
|
@ -70,4 +70,4 @@
|
|||
- name: Wordpress cron
|
||||
cron: name="Wordpress cron"
|
||||
minute="*/10"
|
||||
job="curl http://localhost:8008/wp-cron.php >/dev/null"
|
||||
job="curl -s http://localhost:8008/wp-cron.php >/dev/null"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue