Announcement

Collapse
No announcement yet.

perform cron job / set up

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • perform cron job / set up

    hey =)

    I would like to deal with the cronjobs. but I have one more question about setting it up... definitely much too simple ^^


    Code:
    Note: Add this line to your crontab file to run scheduled tasks:
    * * * * * cd /var/www/html; /usr/bin/php -f cron.php > /dev/null 2>&1
    is it correct that i put this exact code in my cron.php? like in my picture?

  • #2
    I got it =)

    on console via ssh:
    Code:
    sudo crontab -e

    Comment

    Working...
    X