Skip to content
Snippets Groups Projects
Verified Commit e8edbb24 authored by David Beniamine's avatar David Beniamine
Browse files

Run cron jobs every minute

parent 04658160
Branches
No related tags found
No related merge requests found
...@@ -35,4 +35,11 @@ ErrorDocument 403 "<p><b>Restricted area.</b><br />Only local access allowed.<br ...@@ -35,4 +35,11 @@ ErrorDocument 403 "<p><b>Restricted area.</b><br />Only local access allowed.<br
EOF EOF
rm $html_dir/install/install.php rm $html_dir/install/install.php
fi fi
cronjob() {
while true; do
/usr/local/bin/php /var/www/html/front/cron.php
sleep 60
done
}
cronjob &
exec apache2ctl -DFOREGROUND exec apache2ctl -DFOREGROUND
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment