diff options
author | drebs <drebs@riseup.net> | 2011-03-17 13:19:36 -0300 |
---|---|---|
committer | drebs <drebs@riseup.net> | 2011-03-17 13:19:36 -0300 |
commit | 35ddeea3802b90c25c32d60d6274b51951b2e468 (patch) | |
tree | e82e71e4a655cd2ee27f46f911a4f9fe8f592ac6 | |
parent | bb2e677fbcc781edd18a93904a8e102b2e6f00c1 (diff) | |
download | puppet-bootstrap-35ddeea3802b90c25c32d60d6274b51951b2e468.tar.gz puppet-bootstrap-35ddeea3802b90c25c32d60d6274b51951b2e468.tar.bz2 |
fixing script
-rw-r--r-- | templates/bin/puppet-bootstrap | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/bin/puppet-bootstrap b/templates/bin/puppet-bootstrap index dc24910..b2b8eca 100644 --- a/templates/bin/puppet-bootstrap +++ b/templates/bin/puppet-bootstrap @@ -19,9 +19,7 @@ function add_submodules { fi done - do - git submodule update --init - while [ $? -ne 0 ]; + git submodule update --init } if [ $# -ne 2 ]; then |