Skip to content

Commit 8c8e900

Browse files
jshum2479rjeberhard
authored andcommitted
fix umask in wko scripts
1 parent da2ae40 commit 8c8e900

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)