run cron on ssh, error message
Posted
by
user1790649
on Super User
See other posts from Super User
or by user1790649
Published on 2012-11-01T07:30:53Z
Indexed on
2012/11/01
11:04 UTC
Read the original article
Hit count: 184
how to run the script below
* * * * * /usr/bin/wget -O - -q "http://example.com/scheduler/cron"
when i run the script, the error message show as below:
$ * * * * * /usr/bin/wget -O - -q "http://website.com/?q=admin/settings/scheduler/cron"
-sh: CHANGELOG.txt: not found
$ 30 15 * * * /usr/bin/wget -O - -q "http://website.com/?q=admin/settings/scheduler/cron"
-sh: 30: not found
can the script above run in ssh (using putty software)
© Super User or respective owner