Hey there everyone,
I need to run a script on my server that runs the following command every hour, at the 30 minutes past the hour mark. This is the command I need to run.
The script is located at:
So I created a Cron job to run the following command:
To run at minute 30 (I believe). Did I set up this correctly?
Thanks in advance.
I need to run a script on my server that runs the following command every hour, at the 30 minutes past the hour mark. This is the command I need to run.
Code:
./console pavlovstats:decode
The script is located at:
Code:
/domains/stats.domain.net/bin/
So I created a Cron job to run the following command:
Code:
cd domains/stats.domain.net/bin/ && ./console pavlovstats:decode
To run at minute 30 (I believe). Did I set up this correctly?
Thanks in advance.