mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-13 19:57:53 +08:00
Fix minor bug.
This commit is contained in:
parent
e3736d2c3a
commit
e80ade5e22
@ -8,7 +8,7 @@
|
||||
#
|
||||
#
|
||||
# IDENTIFICATION
|
||||
# $Header: /cvsroot/pgsql/src/bin/pg_ctl/Attic/pg_ctl.sh,v 1.4 1999/12/22 04:12:55 ishii Exp $
|
||||
# $Header: /cvsroot/pgsql/src/bin/pg_ctl/Attic/pg_ctl.sh,v 1.5 1999/12/22 04:41:17 ishii Exp $
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
CMDNAME=`basename $0`
|
||||
@ -49,6 +49,8 @@ do
|
||||
fi
|
||||
done
|
||||
|
||||
po_path=$PGPATH/postmaster
|
||||
|
||||
# set default shutdown signal
|
||||
sig="-TERM"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user