- tickets do not have 'node_id' in them
[nodemanager.git] / delegate.py
index 17bba7a..bb0942b 100644 (file)
@@ -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