Run Shell Script

Hi,
I'm new to Automator so I don't really know what to do:

What I want to do is run this line and create an "application" for my dock

virtuoso-t -f -c /usr/local/var/lib/virtuoso/ontowiki/virtuoso.ini &

so I choose "Run Shell Script" Workflow in the Automator Menu. Set the Shell to /bin/zsh (that's what im using) pass input: to stdin.

The workflow runs with no errors, but the virtuoso server does not start 😟
any ideas?

Thanks daniel

MacBook, Mac OS X (10.5.6)

Posted on May 4, 2009 5:29 AM

Reply
3 replies

May 4, 2009 1:46 PM in response to gerbsen

The shell used doesn't have any of your environment variables (it is just a generic shell with no custom settings), so if virtuoso isn't in the standard path it won't be found. It is usually a good idea to use full paths anyway, especially when using Automator's Run Shell Script or AppleScript's do shell script. I am also going to guess that the missing space between the -t option is a typo.

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Run Shell Script

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.