cronjob

Post Reply
pd3lkn
Observer
Observer
Posts: 20
Joined: Sat Sep 11, 2021 10:46 am
Location: Amsterdam
Station model: ws4000
Software: cumulus
Contact:

cronjob

Post by pd3lkn » Thu Sep 16, 2021 6:20 pm

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

davidefa
Expert
Expert
Posts: 905
Joined: Tue Jan 12, 2021 8:03 am
Location: Italy
Station model: WH2650
Software: WH2650 (direct upload)
Contact:

Re: cronjob

Post by davidefa » Thu Sep 16, 2021 7:29 pm

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
Image

pd3lkn
Observer
Observer
Posts: 20
Joined: Sat Sep 11, 2021 10:46 am
Location: Amsterdam
Station model: ws4000
Software: cumulus
Contact:

Re: cronjob

Post by pd3lkn » Thu Sep 16, 2021 8:32 pm

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

Post Reply