From aa2d9e1da31e2ccee26966bf7b3b2869be821cac Mon Sep 17 00:00:00 2001 From: Brian McCullough Date: Mon, 9 Sep 2024 00:39:30 +0200 Subject: [PATCH] Corrected typos. --- INSTALL.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.txt b/INSTALL.txt index 8fee494..2561bd7 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -23,8 +23,8 @@ Edit oidc_db_v2.sql and insert the Database User name chosen above. As Root: cmd: cp oidc_db_v2.sql /var/lib/postgres As Root: cmd: su - postgres -cmd: createuser -s -d -e -r -P bdmc ( Pwd: apin1000 ) -cmd: createdb oidc_db -O bdmc +cmd: createuser -s -d -e -r -P ( Pwd: ) +cmd: createdb oidc_db -O cmd: psql oidc_db < oidc_db_v2.sql Ctrl-D