I have a server where I have set up a couple of accounts. Every time a cron script is run, it creates an empty file of the cron-file in the sites root folder (/home/***/)
Example
Let say that I run the following cron command:
*/15 * * * * wget http://www.mysite.com/cronjobs/cleanupscript.php > /dev/null 2>&1
Every time this runs, a new, empty file, shows up in the site root, so now the site root looks like this;
cleanupscript.php
cleanupscript.php.1
cleanupscript.php.2
cleanupscript.php.3
cleanupscript.php.4
cleanupscript.php.5
etc.
Anybody seen this before and know what could be causing this to happen? The cron commands executes just fine, but I really don't want a bunch of empty files in all the root folders.
thanks,
T



LinkBack URL
About LinkBacks
Reply With Quote







