From 2b309097ca145651618234476160fb30405eabe7 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Mon, 17 Feb 2025 20:28:59 +0100 Subject: Initial commit --- db/run_db.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 db/run_db.sh (limited to 'db/run_db.sh') 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 -- cgit v1.2.3