let gdrive db get generated

This commit is contained in:
decentral1se 2021-12-08 13:47:22 +01:00
parent 0ffc4a1079
commit 13eb00935b
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 0 additions and 8 deletions

View File

@ -22,14 +22,6 @@
[[ ! -L /app/calibre-web/client_secrets.json ]] &&
ln -s /config/client_secrets.json /app/calibre-web/client_secrets.json
# create Google drive symlinks for database
[[ ! -f /config/gdrive.db ]] && \
cp /app/calibre-web/gdrive.db /config/gdrive.db
[[ -f /app/calibre-web/gdrive.db ]] && \
rm /app/calibre-web/gdrive.db
[[ ! -L /app/calibre-web/gdrive.db ]] && \
ln -s /config/gdrive.db /app/calibre-web/gdrive.db
# check if kepubify is present and if so make executable
[[ -f /usr/bin/kepubify ]] && \
[[ ! -x /usr/bin/kepubify ]] && \