diff options
Diffstat (limited to 'temp-postgres.sh')
| -rwxr-xr-x | temp-postgres.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/temp-postgres.sh b/temp-postgres.sh index 96f90d2..e9a901c 100755 --- a/temp-postgres.sh +++ b/temp-postgres.sh @@ -81,7 +81,7 @@ initdb --pgdata="${tmpdir}" --username="${username}" || { } # Serve the directory -( postgres -k "${tmpdir}" -D "${tmpdir}" </dev/null ) & +( postgres -h "" -k "${tmpdir}" -D "${tmpdir}" </dev/null ) & postgres_pid=$! # Test the connection |