M
M
Max Ba2020-05-18 13:52:28
Wget
Max Ba, 2020-05-18 13:52:28

How not to save cron results?

wget -q "https://site/cron.php" > /dev/null 2>&1
After each execution, a file is created in the root of the site. How to turn it off?
Tech hosting support does not give a normal answer. Maybe they don't know themselves...
Tell me guys.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
akelsey, 2020-05-18
@phpcoder81

wget -O /dev/null -o /dev/null https://site/cron.php

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question