no message
authorrk <rk>
Mon, 24 Sep 2001 18:46:46 +0000 (18:46 +0000)
committerrk <rk>
Mon, 24 Sep 2001 18:46:46 +0000 (18:46 +0000)
doc/INSTALL.postgresql

index 322ed98..5ec914c 100755 (executable)
@@ -55,7 +55,7 @@ change to the start-scripts folder in the contrib-part.
    
        start) 
                $ECHO_N "Starting PostgreSQL: "$ECHO_C 
-               su - $PGUSER -c "$DAEMON start -o "-i" -D '$PGDATA' -s -l PGLOG" 
+               su - $PGUSER -c "$DAEMON start -o '-i' -D '$PGDATA' -s -l PGLOG" 
                echo "ok" 
                ;;