Commit 9df03060 authored by Bruce Momjian's avatar Bruce Momjian

Fix for Linux startup script.

Slawomir Sudnik
parent abc7f732
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
# Original author: Ryan Kirkpatrick <pgsql@rkirkpat.net> # Original author: Ryan Kirkpatrick <pgsql@rkirkpat.net>
# $Header: /cvsroot/pgsql/contrib/start-scripts/linux,v 1.4 2003/06/12 02:02:24 momjian Exp $ # $Header: /cvsroot/pgsql/contrib/start-scripts/linux,v 1.5 2003/07/26 20:42:55 momjian Exp $
## EDIT FROM HERE ## EDIT FROM HERE
...@@ -83,6 +83,7 @@ case $1 in ...@@ -83,6 +83,7 @@ case $1 in
echo -n "Reload PostgreSQL: " echo -n "Reload PostgreSQL: "
su - $PGUSER -c "$DAEMON reload -D '$PGDATA' -s" su - $PGUSER -c "$DAEMON reload -D '$PGDATA' -s"
echo "ok" echo "ok"
;;
status) status)
su - $PGUSER -c "$DAEMON status -D '$PGDATA'" su - $PGUSER -c "$DAEMON status -D '$PGDATA'"
;; ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment