Skip to content

Commit 1469199

Browse files
authored
Remove extra permissions for server.pid file created by operator to avoid umask warning. (#2546)
1 parent e2a9c2f commit 1469199

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)