itid
Verified User
Hi
I'm trying to build an archive of weather maps using cron jobs.
This is the command I'm using:
SHELL=/bin/sh wget -N -E -H -k -K -p -P /home/${HOME}/weather/$(date+%s) http://www.eldersweather.com.au/synoptic.jsp?c=d0
All that I get is an email in Maildir saying:
/bin/sh: -c: line 0: unexpected EOF while looking for matching `)'
/bin/sh: -c: line 1: syntax error: unexpected end of file
I can't see any unmatched parenthesis. Help would be much appreciated.
Cheers.
I'm trying to build an archive of weather maps using cron jobs.
This is the command I'm using:
SHELL=/bin/sh wget -N -E -H -k -K -p -P /home/${HOME}/weather/$(date+%s) http://www.eldersweather.com.au/synoptic.jsp?c=d0
All that I get is an email in Maildir saying:
/bin/sh: -c: line 0: unexpected EOF while looking for matching `)'
/bin/sh: -c: line 1: syntax error: unexpected end of file
I can't see any unmatched parenthesis. Help would be much appreciated.
Cheers.