1
0
Fork 0
mirror of https://github.com/Nutomic/ibis.git synced 2024-10-26 12:19:52 +00:00
ibis/scripts/stop_dev_db.sh

8 lines
93 B
Bash
Executable file

#!/bin/bash
set -e
export PGHOST=$1
export PGDATA="$1/dev_pgdata"
echo $PGHOST
pg_ctl stop