Do not execute bootstrap script twice

This commit is contained in:
Gilles Dartiguelongue 2015-07-21 00:05:27 +02:00
parent 170eb52cc4
commit 96a672f8e0

View File

@ -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'],