Browse Source

Add DB initialisation

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

3
bibliotecha.sh

@ -304,6 +304,9 @@ function configure_calibre_database {
echo "Configuring the 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"
}
function install_calibreweb {

Loading…
Cancel
Save