mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #26591 from rallytime/bp-26554
Back-port #26554 to 2015.5
This commit is contained in:
commit
19992c1450
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ def main(argv): # pylint: disable=W0613
|
|||
unpack_thin(thin_path)
|
||||
# Salt thin now is available to use
|
||||
else:
|
||||
scpstat = subprocess.Popen(['/bin/bash', '-c', 'command -v scp']).wait()
|
||||
scpstat = subprocess.Popen(['/bin/sh', '-c', 'command -v scp']).wait()
|
||||
if not scpstat == 0:
|
||||
sys.exit(EX_SCP_NOT_FOUND)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue