Entering the Command
Last Updated: Tue, Mar 20, 2018 - 2:30 PM
Always specify the complete path to the script to be executed, e.g. "/home/users/myuser/files/myScript. sh".
If possible, also enter system commands with the complete path, e.g. "/usr/bin/rsync" instead of rsync.
Examples:
- Execution via text browser Lynx
(Lynx must be installed on the server)
/usr/bin/lynx –dump http://url/to/php_script/cron.php
- Execution via wget
/usr/bin/wget –q –O /dev/null http://url/to/php_script/cron-php