diff options
author | Linnnus <[email protected]> | 2025-02-22 06:50:02 +0100 |
---|---|---|
committer | Linnnus <[email protected]> | 2025-02-22 06:50:02 +0100 |
commit | 6412f46a45d3b66c85c0cc3952206ad9cca0a110 (patch) | |
tree | 903016674595a980e2f443aec075d9c92a36c205 /db/run_db.sh | |
parent | b42bfa3abcd29cb977fbdc41a02d9f7f1ffeb1a2 (diff) |
Add watermarking service, fix everything
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 |