diff options
Diffstat (limited to 'db/run_db.sh')
-rwxr-xr-x | db/run_db.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/run_db.sh b/db/run_db.sh index 3fdf58f..026fb1e 100755 --- a/db/run_db.sh +++ b/db/run_db.sh @@ -1,2 +1,2 @@ set -ue -postgres -D "$1" -c listen_addresses=localhost +postgres -D "$1" -c listen_addresses=localhost -c log_statement=all |