Skip to content

Commit cc36fd5

Browse files
Booklore: Add Bookdrop location to .env (#7533)
1 parent 3e18297 commit cc36fd5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

install/booklore-install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ $STD npm run build --configuration=production
4646
msg_ok "Built Frontend"
4747

4848
msg_info "Creating Environment"
49-
mkdir -p /opt/booklore_storage{/data,/books}
49+
mkdir -p /opt/booklore_storage{/data,/books,/bookdrop}
5050
cat <<EOF >/opt/booklore_storage/.env
5151
DATABASE_URL=jdbc:mariadb://localhost:3306/$DB_NAME
5252
DATABASE_USERNAME=$DB_USER
@@ -55,6 +55,7 @@ BOOKLORE_PORT=6060
5555
5656
BOOKLORE_DATA_PATH=/opt/booklore_storage/data
5757
BOOKLORE_BOOKS_PATH=/opt/booklore_storage/books
58+
BOOKLORE_BOOKDROP_PATH=/opt/booklore_storage/bookdrop
5859
EOF
5960
msg_ok "Created Environment"
6061

0 commit comments

Comments
 (0)