fix: uninstall scholarly

This commit is contained in:
decentral1se 2022-12-01 20:33:15 +01:00
parent 46eb11f5f2
commit c961df191d
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
2 changed files with 6 additions and 1 deletions

View File

@ -1,2 +1,2 @@
export APP_ENTRYPOINT_VERSION=v2
export APP_ENTRYPOINT_VERSION=v3
export NGINX_CONFIG_VERSION=v3

View File

@ -33,6 +33,11 @@ else
echo "/books/metadata.db exists, not creating another one"
fi
# https://github.com/janeczku/calibre-web/issues/2299
echo "removing scholarly"
apt-get install -y python3-distutils
/usr/local/bin/pip3 uninstall -y scholarly
echo "ensuring permissions are set correctly on metadata parent directory"
/usr/bin/chmod a+rw /books