From 44d4ad974ffdf13c80df8f82c3b2541e8d9e1a67 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Wed, 19 Oct 2011 16:00:58 -0400 Subject: [PATCH] Fix README issues Martha Driscoll noted that the create_database.sql script wasn't actually targeted by the psql command, and also that there was an extraneous tag in the OpenSRF start command. Signed-off-by: Dan Scott --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 1b28baf143..daa87a8aa2 100644 --- a/README +++ b/README @@ -397,7 +397,7 @@ can either: + [source, bash] ------------------------------------------------------------------------------ -psql -vdb_name= -vcontrib_dir=`pg_config --sharedir`/contrib +psql -vdb_name= -vcontrib_dir=`pg_config --sharedir`/contrib -f create_database.sql ------------------------------------------------------------------------------ Then you can issue the `eg_db_config.pl` command as above _without_ the @@ -423,7 +423,7 @@ Net::Domain::hostfqdn() . "\n";'`, you should not use the `-l` flag. + [source, bash] ------------------------------------------------------------------------------ -osrf_ctl.sh -l -a start_all +osrf_ctl.sh -l -a start_all ------------------------------------------------------------------------------ + ** If you receive the error message `bash: osrf_ctl.sh: command not found`, -- 2.11.0