Skip to content

Commit af4e61c

Browse files
committed
add: [usability] script to execute passivessl.sql
1 parent 13b1631 commit af4e61c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

populate.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
#!/bin/bash
2-
psql -hlocalhost -p5432 -Upostgres -d passive_ssl -f passivessl.sql
2+
# Set PGPASSWORD first
3+
psql -hlocalhost -p5432 -Upostgres -d p2 -f passivessl.sql

0 commit comments

Comments
 (0)