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