Browse Source
Use the correct flag for Calibre DB creation
master
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with
1 additions and
1 deletions
-
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 { |
|
|
|