diff --git a/install/booklore-install.sh b/install/booklore-install.sh index a264ca384..3eef3d0fe 100644 --- a/install/booklore-install.sh +++ b/install/booklore-install.sh @@ -46,7 +46,7 @@ $STD npm run build --configuration=production msg_ok "Built Frontend" msg_info "Creating Environment" -mkdir -p /opt/booklore_storage{/data,/books} +mkdir -p /opt/booklore_storage{/data,/books,/bookdrop} cat </opt/booklore_storage/.env DATABASE_URL=jdbc:mariadb://localhost:3306/$DB_NAME DATABASE_USERNAME=$DB_USER @@ -55,6 +55,7 @@ BOOKLORE_PORT=6060 BOOKLORE_DATA_PATH=/opt/booklore_storage/data BOOKLORE_BOOKS_PATH=/opt/booklore_storage/books +BOOKLORE_BOOKDROP_PATH=/opt/booklore_storage/bookdrop EOF msg_ok "Created Environment"