8000
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 09c8e2e commit a1814bdCopy full SHA for a1814bd
docker-entrypoint.sh
@@ -79,7 +79,7 @@ if [ ! -f "$BOOKSTACK_HOME/.env" ]; then
79
MAIL_ENCRYPTION=${MAIL_ENCRYPTION:-null}
80
# URL used for social login redirects, NO TRAILING SLASH
81
EOF
82
-sed -ie "s/single/errorlog/g" config/app.php
+sed -ie "s/single/errorlog/g" app/Config/app.php
83
else
84
echo >&2 'error: missing DB_HOST environment variable'
85
exit 1
0 commit comments