[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] test server-side script from hobbit server
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] test server-side script from hobbit server
- From: Buchan Milne <bgmilne (at) staff.telkomsa.net>
- Date: Fri, 8 Feb 2008 18:18:16 +0200
- Cc: "Joshua Krause" <forums (at) triadbiz.rr.com>
- References: <00e501c86a67$b1da7940$158f6bc0$ (at) rr.com>
- User-agent: KMail/1.9.7
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