Fix configuration bugs.
This commit is contained in:
parent
bdee7273af
commit
2f10353156
2 changed files with 2 additions and 2 deletions
|
|
@ -241,7 +241,7 @@ class Remote(object):
|
|||
"""
|
||||
|
||||
command = [
|
||||
self.configuration.get('CDIST_REMOTE_SHELL', "/bin/sh"),
|
||||
self.configuration.get('remote_shell', "/bin/sh"),
|
||||
"-e"
|
||||
]
|
||||
command.append(script)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue