aboutsummaryrefslogtreecommitdiff
path: root/templates/bin
diff options
context:
space:
mode:
authordrebs <drebs@riseup.net>2011-03-17 13:19:36 -0300
committerdrebs <drebs@riseup.net>2011-03-17 13:19:36 -0300
commit35ddeea3802b90c25c32d60d6274b51951b2e468 (patch)
treee82e71e4a655cd2ee27f46f911a4f9fe8f592ac6 /templates/bin
parentbb2e677fbcc781edd18a93904a8e102b2e6f00c1 (diff)
downloadpuppet-bootstrap-35ddeea3802b90c25c32d60d6274b51951b2e468.tar.gz
puppet-bootstrap-35ddeea3802b90c25c32d60d6274b51951b2e468.tar.bz2
fixing script
Diffstat (limited to 'templates/bin')
-rw-r--r--templates/bin/puppet-bootstrap4
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