Merge "Add TRIPLEO_KOLLA_UMASK for custom umask settings"

This commit is contained in:
Zuul
2022-10-14 11:08:10 +00:00
committed by Gerrit Code Review

View File

@@ -15,4 +15,5 @@ if [[ ! "${!KOLLA_SKIP_EXTEND_START[@]}" ]]; then
fi
echo "Running command: '${CMD}${ARGS:+ $ARGS}'"
umask "${TRIPLEO_KOLLA_UMASK:-0022}"
exec ${CMD} ${ARGS}