1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-02 11:44:50 +03:00

Fix minor bug.

This commit is contained in:
Tatsuo Ishii 1999-12-22 04:41:17 +00:00
parent e3736d2c3a
commit e80ade5e22

View File

@ -8,7 +8,7 @@
# #
# #
# IDENTIFICATION # 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` CMDNAME=`basename $0`
@ -49,6 +49,8 @@ do
fi fi
done done
po_path=$PGPATH/postmaster
# set default shutdown signal # set default shutdown signal
sig="-TERM" sig="-TERM"