From af4e61cf3db241ad7bbf093c3c8fbfc1db733ad4 Mon Sep 17 00:00:00 2001 From: Jean-Louis Huynen Date: Mon, 14 Oct 2019 11:15:23 +0200 Subject: [PATCH] add: [usability] script to execute passivessl.sql --- populate.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/populate.sh b/populate.sh index 9213af2..f8b3ade 100755 --- a/populate.sh +++ b/populate.sh @@ -1,2 +1,3 @@ #!/bin/bash -psql -hlocalhost -p5432 -Upostgres -d passive_ssl -f passivessl.sql +# Set PGPASSWORD first +psql -hlocalhost -p5432 -Upostgres -d p2 -f passivessl.sql