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

Commit21517e5

Browse files
committed
The old init file won't run under bash on my box.
Joseph Shraibman
1 parent6dd0673 commit21517e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎contrib/linux/postgres.init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ case "$1" in
124124
if [${USE_SYSLOG}="yes" ];then
125125
su -${PGACCOUNT} -c"(${POSTMASTER}${PGOPTS} 2>&1 | logger -p${FACILITY}.notice) &"> /dev/null2>&1&
126126
else
127-
su -${PGACCOUNT} -c"${POSTMASTER}${PGOPTS}2>>&1${PGLOGFILE} &"> /dev/null2>&1&
127+
su -${PGACCOUNT} -c"${POSTMASTER}${PGOPTS}>>${PGLOGFILE} 2>&1 &"> /dev/null2>&1&
128128
fi
129129
sleep 5
130130
pid=`pidof${POSTMASTER}`

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp