T
T
Tatiana Komarova2017-07-14 10:47:03
Task Schedulers
Tatiana Komarova, 2017-07-14 10:47:03

How to disable files generated by CRON?

Each time a script is executed via Cron, a file called "scriptName.N" is created in the folder, where N is a serial number.
Command for Cron:
wget.exe -q --no-cache http://url-to-my-script

Can this be disabled somehow? It is possible to add something to the Cron command or somewhere in the settings (on the hosting, control via ISPManager)...

Answer the question

In order to leave comments, you need to log in

1 answer(s)
F
falsebyte, 2017-07-14
@tatia_kom

Try like this

wget.exe -q --no-cache http://url-to-my-script -O -

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question