We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 323622f commit a74534eCopy full SHA for a74534e
docker-entrypoint.sh
@@ -7,7 +7,7 @@ echoerr() { echo "$@" 1>&2; }
7
IFS=":" read -r DB_HOST_NAME DB_PORT <<< "$DB_HOST"
8
DB_PORT=${DB_PORT:-3306}
9
10
-if [ ! -f '$BOOKSTACK_HOME/.env' ]; then
+if [ ! -f "$BOOKSTACK_HOME/.env" ]; then
11
if [[ "${DB_HOST}" ]]; then
12
cat > "$BOOKSTACK_HOME/.env" <<EOF
13
# Environment
0 commit comments