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 3e18297 commit cc36fd5Copy full SHA for cc36fd5
install/booklore-install.sh
@@ -46,7 +46,7 @@ $STD npm run build --configuration=production
46
msg_ok "Built Frontend"
47
48
msg_info "Creating Environment"
49
-mkdir -p /opt/booklore_storage{/data,/books}
+mkdir -p /opt/booklore_storage{/data,/books,/bookdrop}
50
cat <<EOF >/opt/booklore_storage/.env
51
DATABASE_URL=jdbc:mariadb://localhost:3306/$DB_NAME
52
DATABASE_USERNAME=$DB_USER
@@ -55,6 +55,7 @@ BOOKLORE_PORT=6060
55
56
BOOKLORE_DATA_PATH=/opt/booklore_storage/data
57
BOOKLORE_BOOKS_PATH=/opt/booklore_storage/books
58
+BOOKLORE_BOOKDROP_PATH=/opt/booklore_storage/bookdrop
59
EOF
60
msg_ok "Created Environment"
61
0 commit comments