mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Merge pull request #26591 from rallytime/bp-26554
Back-port #26554 to 2015.5
This commit is contained in:
commit
19992c1450
@ -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…
Reference in New Issue
Block a user