Commit 956937b1 by Brian Coca

made executable shell configurable again

parent 580993fe
......@@ -297,7 +297,7 @@ class ConnectionInformation:
return new_info
def make_become_cmd(self, cmd, executable='/bin/sh'):
def make_become_cmd(self, cmd, executable=C.DEFAULT_EXECUTABLE):
""" helper function to create privilege escalation commands """
prompt = None
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment