View Single Post
Old 05-03-2007, 08:03 AM   #6
mtas
Enthusiast
mtas doesn't littermtas doesn't litter
 
Posts: 42
Karma: 145
Join Date: Oct 2006
Device: iLiad
Quote:
Originally Posted by tororebelde
By the way, I forget to say you must add a manifest.xml file to point to your script. Did you know this? Take this in mind, is important

This could help you: link
Just a clarification, there is no need to create a manifest file in order to execute a shell script. As long as the script has the extension .sh and the shell access is installed it can be run by selecting it in the content lister.

OTOH, it's a good idea to let the script start with #!/bin/sh since that makes it possible to run the script from a command line.

Regarding the problem rexcrieg has it seems to me that the shell access has not been successfully downloaded.
mtas is offline   Reply With Quote