cron filling up directory with blank files

ljweb

Verified User
Joined
Mar 31, 2005
Messages
51
I have a cron job running every 5 mins under a user in DA, every time it runs it creates a blank file in the /home/user/ directory, how do i prevent cron from creating these files? I found how to stop it sending mail everytime, but cant find how to stop the creation of blank files.
 
I figured out how to stop it, i was using wget to trigger a php file, i changed to /usr/local/bin/curl instead and that doesnt seem to save those files.
 
Back
Top