mirror of
https://github.com/postgres/postgres.git
synced 2025-05-30 00:02:11 -04:00
Fix the case of -o given
This commit is contained in:
parent
8231a7ab20
commit
8ad4f99b73
@ -8,7 +8,7 @@
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
# IDENTIFICATION
|
# IDENTIFICATION
|
||||||
# $Header: /cvsroot/pgsql/src/bin/pg_ctl/Attic/pg_ctl.sh,v 1.2 1999/12/06 08:35:34 ishii Exp $
|
# $Header: /cvsroot/pgsql/src/bin/pg_ctl/Attic/pg_ctl.sh,v 1.3 1999/12/06 08:49:00 ishii Exp $
|
||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
CMDNAME=`basename $0`
|
CMDNAME=`basename $0`
|
||||||
@ -165,7 +165,7 @@ if [ $op = "start" -o $op = "restart" ];then
|
|||||||
eval `cat $POSTOPTSFILE` &
|
eval `cat $POSTOPTSFILE` &
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
$po_path $POSTOPTS &
|
eval "$po_path $POSTOPTS "&
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -f $PIDFILE ];then
|
if [ -f $PIDFILE ];then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user