test server-side script from hobbit server
On Friday 08 February 2008 17:31:37 Joshua Krause wrote:
I am trying to test a server side script from the hobbit server and want it to use the Hobbit Environment variables. I know how to do it on the clientside just not on the serverside.
Same method should work, I usually do: # su - hobbit -s /bin/bash $ ./client/bin/bbcmd bash Now run your script. (maybe change client to server, but I don't think the environment is any different) Regards, Buchan