mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 19:46:55 +08: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…
Reference in New Issue
Block a user