From 1d3a858b07484c0c77c1612e8d579befecee1e6b Mon Sep 17 00:00:00 2001 From: Peter Rounce Date: Wed, 10 Aug 2022 11:18:22 +0100 Subject: [PATCH] Update INSTALL.md --- docs/INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 7dcc9cc..0fccff7 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -45,7 +45,7 @@ edit `add_card_data.sql` to set up the individual bolt card records ### database creation edit `create_db.sql` to set the cardapp password -`$ sudo -u postgres -i` +`$ sudo -u postgres createuser -s ubuntu` `$ ./s_create_db` ### boltcard service install