Not sure what you have in your crontab right now, but in your original post you have a 'root' between the time and the command, and that's causing the problem - remove it and you'll be fine.
Keep in mind that the command is run as the user who's crontab it is in - guess you want to run it as root, and that's why you added it there. On Fri, May 6, 2011 at 10:24, Helloise Smit <[email protected]> wrote: > i understand now....i ran it and got an email that said: > cron deamon: > /bin/sh: root: not found > > > -- > If you want to report a vulnerability issue on symfony, please send it to > security at symfony-project.com > > You received this message because you are subscribed to the Google > Groups "symfony users" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/symfony-users?hl=en > -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en
