mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Do not execute bootstrap script twice
This commit is contained in:
parent
170eb52cc4
commit
96a672f8e0
1 changed files with 1 additions and 1 deletions
|
@ -3203,7 +3203,7 @@ def bootstrap(name,
|
|||
script = '/sbin/{0}_bootstrap.sh'.format(rstr)
|
||||
cp(name, bs_, script)
|
||||
result = run_all(name,
|
||||
'sh -c "chmod +x {0};{0}"'''.format(script),
|
||||
'sh -c "chmod +x {0}"'.format(script),
|
||||
python_shell=True)
|
||||
|
||||
cp(name, cfg_files['config'],
|
||||
|
|
Loading…
Add table
Reference in a new issue