From: Silvio Rhatto Date: Thu, 24 Jan 2013 18:26:21 +0000 (-0200) Subject: Quiet submodule init X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=88a14a12c28e4d6a8a55adcf187ac9e0d121ca35;p=puppet-puppet.git Quiet submodule init --- diff --git a/files/update-puppet-conf.sh b/files/update-puppet-conf.sh index 1eaae46..72dc00b 100644 --- a/files/update-puppet-conf.sh +++ b/files/update-puppet-conf.sh @@ -14,6 +14,6 @@ if [ -d "${PUPPET_DIR}/.git" ] && [ -d "${ORIGIN_DIR}" ]; then cd ${PUPPET_DIR} git pull ${ORIGIN_DIR} master git checkout -f - git submodule update --init + git submodule update --init -q git clean -d -f fi