add log message about warnings

This commit is contained in:
aptalca 2024-11-18 10:11:53 -05:00
parent 9edf22dbb2
commit 8db106cf73
No known key found for this signature in database
GPG Key ID: BE36CFFB9FD85548

View File

@ -25,4 +25,5 @@ if [[ -e /calibre.txz ]]; then
echo "Installing Calibre version $(cat /CALIBRE_RELEASE)"
/app/calibre/calibre_postinstall
rm /calibre.txz
echo "**** The 2 warnings above about setting up completion and desktop integration are expected and harmless. You can safely ignore them. ****"
fi