diff --git a/bibliotecha.sh b/bibliotecha.sh index 3f504a0..51985e6 100755 --- a/bibliotecha.sh +++ b/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 {