Partizanin
Occasional Visitor
Ok, may be your are right, I will check it tomorrow and reply you.When you use curl from an ssh prompt, it will GET the file and write it to the current directory (unless you use the -o option, or redirect it (>)). But when you use the same script w/ the bootup process, where is the file being written to?! You aren't specific. You just assume it's writable. Seems to me you should be specific as to /path/filename (e.g., /tmp/somefile, /jffs/somefile).
Thanks.