Use the correct flag for Calibre DB creation
This commit is contained in:
parent
7bbe26b518
commit
2b2c946d70
@ -321,7 +321,7 @@ function configure_calibre_database {
|
|||||||
mkdir -p "$CALIBRE_DATABASE_PATH"
|
mkdir -p "$CALIBRE_DATABASE_PATH"
|
||||||
|
|
||||||
# A dirty hack to initialise a new calibre database
|
# 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 {
|
function install_calibreweb {
|
||||||
|
Loading…
Reference in New Issue
Block a user