I
I
Ilya Beloborodov2017-03-04 20:59:36
linux
Ilya Beloborodov, 2017-03-04 20:59:36

Don't generate cron report?

There is a cron command wget http://example.com/bot/index.phpthat runs every minute.
Today I noticed that on the server, after each execution, a file with a "report" is created (the contents of the page at the time wget example.com/bot/index.php was executed). I have 500,000 such files. How can I prevent this report from being generated?
If it matters, then the panel is VESTA

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Saboteur, 2017-03-04
@kowap

wget http://example.com --output-file=/dev/null

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question