Merge "Add TRIPLEO_KOLLA_UMASK for custom umask settings" into stable/train

This commit is contained in:
Zuul 2022-11-24 09:01:28 +00:00 committed by Gerrit Code Review
commit f6ef560a35
1 changed files with 1 additions and 0 deletions

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}