Merge pull request #980 from linuxserver/universal-calibre-log

add log message about warnings
This commit is contained in:
aptalca 2024-11-18 11:40:06 -05:00 committed by GitHub
commit f1c46fff46
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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