Pay attention: Cron job command line parameter syntax
Posted: Sat Jun 09, 2018 9:29 pm
If you need to run several different cron job scripts, don't assume (like I did) that the command line syntax is identical.
The cron.php script in /load parses the command line password from "password=<update password>"
The update.php script in /plugins/metoehub parses the command line password from "pass=<update password>"
In the ideal world the syntax would be identical; however the correct syntax is documented by Jachym in both instances.
The cron.php script in /load parses the command line password from "password=<update password>"
The update.php script in /plugins/metoehub parses the command line password from "pass=<update password>"
In the ideal world the syntax would be identical; however the correct syntax is documented by Jachym in both instances.