It's really not more complex than :
$var = `crontab -l | grep -v "hosting dispatch"`
echo $var | crontab -
echo "our cron job" | crontab -
Would take a whole lot of the guesswork out of it.
It's really not more complex than :
$var = `crontab -l | grep -v "hosting dispatch"`
echo $var | crontab -
echo "our cron job" | crontab -
Would take a whole lot of the guesswork out of it.
Comments
Comment #1
adrian commentedin latest commit
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.