Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc2f83ca

Browse files
kvapkelvich
authored andcommitted
Disable core-pattern setting in mmts test's docker entrypoint.
1 parent1597cb5 commitc2f83ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎tests2/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if [ "${1:0:1}" = '-' ]; then
66
set -- postgres"$@"
77
fi
88

9-
sudo sh -c'echo "/pg/%p.%s.%c.%P.core">/proc/sys/kernel/core_pattern'
9+
#echo "/pg/%p.%s.%c.%P.core"| sudo tee/proc/sys/kernel/core_pattern
1010

1111
if ["$1"='postgres' ];then
1212
mkdir -p"$PGDATA"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp