Posted by Anonymous on March 25, 2013 at 2:37pm
I'd like to know how to run the "morning cron" for my entire BOA install from the command line. Can anyone please give the the exact command to run as root in a terminal?
i.e. bash /var/xdrago/runner.sh ? or something like that? I'm not a shell scripter
Thank you very much.
Comments
There are several scripts
There are several scripts called by cron during the server early morning hours. Try crontab -e (as root user) to see a list of them. Run then from your terminal just like you typed above.