We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68fd768 commit f225852Copy full SHA for f225852
setup_environment.sh
@@ -8,8 +8,9 @@ sed -i "s|STRUCTR_LICENSE|$STRUCTR_LICENSE|g" docker-compose.yml &&
8
sed -i "s|STRUCTR_VERSION|$STRUCTR_VERSION|g" docker-compose.yml &&
9
sed -i "s|STRUCTR_WEBAPP_PATH|$STRUCTR_WEBAPP_PATH|g" docker-compose.yml &&
10
11
-if [ -z ${STRUCTR_CONF_FILE:-"./structr.conf"} ]; then
+if [ -z "$STRUCTR_CONF_FILE" ]; then
12
+ STRUCTR_CONF_FILE="./structr.conf"
13
touch ./structr.conf
14
fi
15
-sed -i "s|STRUCTR_CONF_FILE|$STRUCTR_CONF_FILE|g" docker-compose.yml
16
+sed -i "s|STRUCTR_CONF_FILE|$STRUCTR_CONF_FILE|g" docker-compose.yml
0 commit comments