Skip to content

Commit

Permalink
Merge branch 'backport-fix-umask-from-main' into 'release/4.2'
Browse files Browse the repository at this point in the history
fix umask in wko scripts

See merge request weblogic-cloud/weblogic-kubernetes-operator!4739
  • Loading branch information
rjeberhard committed Jun 24, 2024
2 parents a2ea864 + 8c8e900 commit 62158fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions operator/src/main/resources/scripts/utils_base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@
#
# Set TRACE_INCLUDE_FILE env var to false to suppress file name and line number.
#
umask 027

export AUXILIARY_IMAGE_COMMAND_LOGS_DIR="${AUXILIARY_IMAGE_COMMAND_LOGS_DIR:-compatibilityModeInitContainerLogs}"

trace() {
Expand Down

0 comments on commit 62158fd

Please sign in to comment.