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