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
@@ -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