Page 1 of 1

cronjob

Posted: Thu Sep 16, 2021 6:20 pm
by pd3lkn
i'm new with cronjobs
i hope i set it up right
i made a cron job at my hosting provider and select it so that i get a email every time the job has run but i get this error
/bin/sh: http://pd3lkn.nl/template/update/update.php?password=******: No such file or directory
how can i get is right ?
some help please

Re: cronjob

Posted: Thu Sep 16, 2021 7:29 pm
by davidefa
The command should be something similar to:

Code: Select all

wget http://pd3lkn.nl/template/update/update.php?password=******  > /dev/null 2>&1  
( in your script or in the crontab )


P.S.
I see now that you are up an running...

P.P.S.
For the forecastNL you can find an updated version in this post

Re: cronjob

Posted: Thu Sep 16, 2021 8:32 pm
by pd3lkn
yep thats dit the trick
manny thanx

see my site it stil under construktion
you must click
the PD3LKN Weather site
for Amsterdam the Netherlands
to get it right must see how to solve that

www.pd3lkn.nl

let me know