Browse Source

Use the correct flag for Calibre DB creation

master
Luke Murphy 5 years ago
parent
commit
2b2c946d70
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 2
      bibliotecha.sh

2
bibliotecha.sh

@ -321,7 +321,7 @@ function configure_calibre_database {
mkdir -p "$CALIBRE_DATABASE_PATH"
# A dirty hack to initialise a new calibre database
/usr/bin/calibredb restore_database --really-do-it "$CALIBRE_DATABASE_PATH"
/usr/bin/calibredb restore_database --really-do-it --with-library "$CALIBRE_DATABASE_PATH"
}
function install_calibreweb {

Loading…
Cancel
Save