diff options
author | Linnnus <[email protected]> | 2025-02-17 20:28:59 +0100 |
---|---|---|
committer | Linnnus <[email protected]> | 2025-02-17 20:28:59 +0100 |
commit | 2b309097ca145651618234476160fb30405eabe7 (patch) | |
tree | 20321cf83d18c0c3c3a0a745626565074ea69a41 /db/run_db.sh |
Initial commit
Diffstat (limited to 'db/run_db.sh')
-rwxr-xr-x | db/run_db.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/db/run_db.sh b/db/run_db.sh new file mode 100755 index 0000000..3fdf58f --- /dev/null +++ b/db/run_db.sh @@ -0,0 +1,2 @@ +set -ue +postgres -D "$1" -c listen_addresses=localhost |