From 35ddeea3802b90c25c32d60d6274b51951b2e468 Mon Sep 17 00:00:00 2001 From: drebs Date: Thu, 17 Mar 2011 13:19:36 -0300 Subject: fixing script --- templates/bin/puppet-bootstrap | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'templates/bin') 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 -- cgit v1.2.3