mirror of
https://github.com/Nutomic/ibis.git
synced 2024-11-22 18:21:08 +00:00
8 lines
93 B
Bash
Executable file
8 lines
93 B
Bash
Executable file
#!/bin/bash
|
|
set -e
|
|
|
|
export PGHOST=$1
|
|
export PGDATA="$1/dev_pgdata"
|
|
echo $PGHOST
|
|
|
|
pg_ctl stop
|