Skip to content

Commit b4aa8ed

Browse files
ankediarjeberhard
authored andcommitted
Remove extra permissions for server.pid file created by operator to avoid umask warning.
1 parent b9449a3 commit b4aa8ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#
1111

1212
echo $$ > $2
13+
chmod g-wx,o-rwx $2
1314

1415
while true ; do
1516
if [ -f $1 ]; then

0 commit comments

Comments
 (0)