mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 00:55:19 +00:00
Do not execute bootstrap script twice
This commit is contained in:
parent
170eb52cc4
commit
96a672f8e0
@ -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…
Reference in New Issue
Block a user