GraseHotspot / grase-www-portal

Grase WWW Portal (Main Package)
51 stars 20 forks source link

Ensure Cron works even if Apache isn't running #142

Closed timwhite closed 4 years ago

timwhite commented 8 years ago

Currently, at install time, the cron task can fail if Apache isn't running. This causes DB upgrades to not run (see #65 for a better solution to that)

Maybe run the Cron job directly REMOTE_ADDR='' php /usr/share/grase/www/radmin/cron.php Also, run it like this in the package install scripts