summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xscripts/postgres_run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/postgres_run.sh b/scripts/postgres_run.sh
index 259a7eb..524758e 100755
--- a/scripts/postgres_run.sh
+++ b/scripts/postgres_run.sh
@@ -1,3 +1,3 @@
#!/bin/sh
-LC_ALL="C" exec /opt/homebrew/opt/postgresql@15/bin/postgres -D /opt/homebrew/var/postgresql@15
+LC_ALL="C" exec /opt/homebrew/opt/postgresql@15/bin/postgres -D /opt/homebrew/var/postgresql@15 -d 2 "$@"