mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 03:18:23 +00:00
lets crash out on error
This commit is contained in:
parent
f2565f6c7e
commit
e0f660d9a9
@ -1,4 +1,6 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
SCRIPTPATH=$(cd "$(dirname "$0")"; pwd -P)
|
||||
SOURCE_DIR=$(cd "$SCRIPTPATH" && cd ../.. && pwd -P)
|
||||
DATA_DIR="$SOURCE_DIR/data/postgres"
|
||||
|
Loading…
x
Reference in New Issue
Block a user