Hi,
I have these cron jobs (using cpanel)
php /home/something/public_html/app/console mautic:segments:update >/dev/null 2>&1
And they seem to be killed or failing on each run. Should I declare PHP differently? And if so, is there a generic way to do it so as not to have to change it if the PHP version changes?
I have these cron jobs (using cpanel)
php /home/something/public_html/app/console mautic:segments:update >/dev/null 2>&1
And they seem to be killed or failing on each run. Should I declare PHP differently? And if so, is there a generic way to do it so as not to have to change it if the PHP version changes?