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 5c0904d

Browse filesBrowse files
author
Michael Holmes
committed
Fix first time setup script
The script wasn’t switched from `/var/www/BookStack` to `/var/www/bookstack`
1 parent aa78639 commit 5c0904d
Copy full SHA for 5c0904d

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+2
-2
lines changed

‎docker-entrypoint.sh

Copy file name to clipboardExpand all lines: docker-entrypoint.sh
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ echoerr() { echo "$@" 1>&2; }
77
IFS=":" read -r DB_HOST_NAME DB_PORT <<< "$DB_HOST"
88
DB_PORT=${DB_PORT:-3306}
99

10-
if [ ! -f '/var/www/BookStack/.env' ]; then
10+
if [ ! -f '/var/www/bookstack/.env' ]; then
1111
if [[ "${DB_HOST}" ]]; then
12-
cat > /var/www/BookStack/.env <<EOF
12+
cat > /var/www/bookstack/.env <<EOF
1313
# Environment
1414
APP_ENV=production
1515
APP_DEBUG=${APP_DEBUG:-false}

0 commit comments

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