mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #24138 from rallytime/bp-24116
Backport #24116 to 2015.5
This commit is contained in:
commit
742eca29f7
1 changed files with 1 additions and 1 deletions
|
@ -1052,7 +1052,7 @@ def deploy_script(host,
|
|||
if len(comps) > 0:
|
||||
if len(comps) > 1 or comps[0] != 'tmp':
|
||||
ret = root_cmd(
|
||||
'chown {0}. \'{1}\''.format(username, tmp_dir),
|
||||
'chown {0} \'{1}\''.format(username, tmp_dir),
|
||||
tty, sudo, **ssh_kwargs
|
||||
)
|
||||
if ret:
|
||||
|
|
Loading…
Add table
Reference in a new issue