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.