Make both magazine sites silence curl correctly

This commit is contained in:
Paul W. Frields 2017-09-27 17:57:40 +00:00
parent 80ce4224d5
commit f6ae88deca
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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"