no message
[mir.git] / 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" 
                ;;