diff options
Diffstat (limited to 'files')
-rw-r--r-- | files/update-puppet-conf.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/files/update-puppet-conf.sh b/files/update-puppet-conf.sh index 7c9efe6..27860b3 100644 --- a/files/update-puppet-conf.sh +++ b/files/update-puppet-conf.sh @@ -16,5 +16,4 @@ git checkout -f git submodule update --init git clean -d -f -find ${PUPPET_DIR} -type f -exec chmod 640 {} \; -find ${PUPPET_DIR} -type d -exec chmod 750 {} \; +chmod 750 ${PUPPET_DIR} |