From 32e450ac904ba160f6b30f8cba4603a8d5b193f8 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Mon, 13 Nov 2006 19:56:50 +0000 Subject: [PATCH] - move forward_api_calls to /usr/bin --- delegate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0