Skip to content

Commit 62158fd

Browse files
committed
Merge branch 'backport-fix-umask-from-main' into 'release/4.2'
fix umask in wko scripts See merge request weblogic-cloud/weblogic-kubernetes-operator!4739
2 parents a2ea864 + 8c8e900 commit 62158fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

operator/src/main/resources/scripts/utils_base.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@
4747
#
4848
# Set TRACE_INCLUDE_FILE env var to false to suppress file name and line number.
4949
#
50+
umask 027
51+
5052
export AUXILIARY_IMAGE_COMMAND_LOGS_DIR="${AUXILIARY_IMAGE_COMMAND_LOGS_DIR:-compatibilityModeInitContainerLogs}"
5153

5254
trace() {

0 commit comments

Comments
 (0)