Henrik
There was an error in sample above "/Data/assets/xml " should be "/Data/assets.xml " (dot instead of slash)
To see if script is started at all, add:
echo "Hello World">>/Data/hello.log
It should create hello.log file in the root of the internal memory.
|