made executable shell configurable again

pull/11259/merge
Brian Coca 9 years ago
parent 580993fef7
commit 956937b110

@ -297,7 +297,7 @@ class ConnectionInformation:
return new_info 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 """ """ helper function to create privilege escalation commands """
prompt = None prompt = None

Loading…
Cancel
Save