I describe in detail what I am doing.
In the web browser, I open the page
https://console.cloud.google.com/home/dashboard?project=project_name&pli=1
I click Activate Cloud Shel.
I type
sudo crontab -e
I choose the nano text editor and enter the last line
MAILTO = ââ
-
-
-
-
- su daemon -s /bin/ sh -c âcd/opt/bitnami/apps/suitecrm/htdocs; /opt/bitnami/php/bin/php -f cron.php> /dev/null 2>&1â
I also tried
In order to run SuiteCRM Schedulers, edit your web server userâs crontab file with this command:
sudo crontab -e -u daemon
⌠and add the following line to the crontab file:
-
-
-
-
- cd /opt/bitnami/apps/suitecrm/htdocs; php -f cron.php> /dev/null 2>&1
Both of the above methods do not work.
When I enter:
ls /opt
I get
âgradle maven microsoftâ
âbitnamiâ does not have a list of directories - is it good?