From: Mark Huang Date: Mon, 13 Nov 2006 19:56:50 +0000 (+0000) Subject: - move forward_api_calls to /usr/bin X-Git-Tag: planetlab-4_0-rc1~58 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=32e450ac904ba160f6b30f8cba4603a8d5b193f8;p=nodemanager.git - move forward_api_calls to /usr/bin --- diff --git a/delegate.py b/delegate.py index 17bba7a..bb0942b 100644 --- a/delegate.py +++ b/delegate.py @@ -6,7 +6,7 @@ import tools class Delegate(accounts.Account): - SHELL = '/bin/forward_api_calls' # tunneling shell + SHELL = '/usr/bin/forward_api_calls' # tunneling shell TYPE = 'delegate' @staticmethod