|
@@ -47,6 +47,8 @@ git submodule update
|
|
|
|
|
|
|
|
if [[ -f "$INSTALL_DIR/.env" ]]; then
|
|
if [[ -f "$INSTALL_DIR/.env" ]]; then
|
|
|
export $(cat "$INSTALL_DIR/.env" | xargs)
|
|
export $(cat "$INSTALL_DIR/.env" | xargs)
|
|
|
|
|
+else
|
|
|
|
|
+ export $(cat ".env.default" | xargs)
|
|
|
fi
|
|
fi
|
|
|
|
|
|
|
|
if [[ ! -d "$PWD/$DATA_DIR" ]]; then
|
|
if [[ ! -d "$PWD/$DATA_DIR" ]]; then
|