Hello to everyone,
I'm using Cron from cPanel to complete some automatic tasks to my website , i have setup the cron command like this :
and each time it's completing the task it's creating files like this "WonProductNotification" with empty content, yesterday i couldn't even login to my server using ftp because of these much files that was created by cron , around 50k files ..
Can someone tell me what to do in this case? how to make cron do it's job without creating these files?
I already tried to change the command like this "wget -O link >/dev/null 2>&1 but cron is not working then after i change from -q to O ,
can someone help me please?
Thanks in advance.
I'm using Cron from cPanel to complete some automatic tasks to my website , i have setup the cron command like this :
Code:
* * * * * wget -q https://www.mydomain.com/cron/WonProductNotification >/dev/null 2>&1
Can someone tell me what to do in this case? how to make cron do it's job without creating these files?
I already tried to change the command like this "wget -O link >/dev/null 2>&1 but cron is not working then after i change from -q to O ,
can someone help me please?
Thanks in advance.
Last edited by a moderator: