add: [usability] script to execute passivessl.sql

master
Jean-Louis Huynen 2019-10-14 11:15:23 +02:00
parent 13b163173d
commit af4e61cf3d
No known key found for this signature in database
GPG Key ID: 64799157F4BD6B93
1 changed files with 2 additions and 1 deletions

View File

@ -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