From f297b910eeb5a9651f9959081217c4e4194176ea Mon Sep 17 00:00:00 2001 From: ntr Date: Thu, 13 Sep 2018 23:21:04 +1000 Subject: [PATCH] echo pg --- ops/init_db.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ops/init_db.sh b/ops/init_db.sh index 54523a08..6b99f52d 100755 --- a/ops/init_db.sh +++ b/ops/init_db.sh @@ -3,5 +3,5 @@ sudo apt-get install -y postgresql postgresql-contrib sudo service postgresql start sudo -u postgres createdb cryps -sudo -u echo "craftbeer" > .pgpass +sudo -u postgres echo "craftbeer" > .pgpass sudo -u postgres createuser --encrypted cryps \ No newline at end of file