fix: uninstall scholarly
This commit is contained in:
parent
46eb11f5f2
commit
c961df191d
2
abra.sh
2
abra.sh
@ -1,2 +1,2 @@
|
|||||||
export APP_ENTRYPOINT_VERSION=v2
|
export APP_ENTRYPOINT_VERSION=v3
|
||||||
export NGINX_CONFIG_VERSION=v3
|
export NGINX_CONFIG_VERSION=v3
|
||||||
|
@ -33,6 +33,11 @@ else
|
|||||||
echo "/books/metadata.db exists, not creating another one"
|
echo "/books/metadata.db exists, not creating another one"
|
||||||
fi
|
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"
|
echo "ensuring permissions are set correctly on metadata parent directory"
|
||||||
/usr/bin/chmod a+rw /books
|
/usr/bin/chmod a+rw /books
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user