analyzer-d4-passivessl/populate.sh

6 lines
181 B
Bash
Raw Permalink Normal View History

2019-09-17 16:31:24 +02:00
#!/bin/bash
# Set PGPASSWORD first
export PGPASSWORD=postgres
2020-01-10 13:14:09 +01:00
psql -hlocalhost -p5432 -Upostgres -f passivesslCreate.sql
psql -hlocalhost -p5432 -Upostgres -d p2 -f passivessl.sql