Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a1814bd

Browse filesBrowse files
jcwimersolidnerd
authored andcommitted
Update docker-entrypoint.sh
v0.27 moved config/app.php → app/Config/app.php
1 parent 09c8e2e commit a1814bd
Copy full SHA for a1814bd

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎docker-entrypoint.sh

Copy file name to clipboardExpand all lines: docker-entrypoint.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ if [ ! -f "$BOOKSTACK_HOME/.env" ]; then
7979
MAIL_ENCRYPTION=${MAIL_ENCRYPTION:-null}
8080
# URL used for social login redirects, NO TRAILING SLASH
8181
EOF
82-
sed -ie "s/single/errorlog/g" config/app.php
82+
sed -ie "s/single/errorlog/g" app/Config/app.php
8383
else
8484
echo >&2 'error: missing DB_HOST environment variable'
8585
exit 1

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.