made executable shell configurable again
This commit is contained in:
parent
580993fef7
commit
956937b110
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue