From 8db106cf7305c0d5323fc652ba73cc7367e81909 Mon Sep 17 00:00:00 2001 From: aptalca <541623+aptalca@users.noreply.github.com> Date: Mon, 18 Nov 2024 10:11:53 -0500 Subject: [PATCH] add log message about warnings --- root/etc/s6-overlay/s6-rc.d/init-mod-universal-calibre-setup/run | 1 + 1 file changed, 1 insertion(+) diff --git a/root/etc/s6-overlay/s6-rc.d/init-mod-universal-calibre-setup/run b/root/etc/s6-overlay/s6-rc.d/init-mod-universal-calibre-setup/run index d601fb1..a90349e 100755 --- a/root/etc/s6-overlay/s6-rc.d/init-mod-universal-calibre-setup/run +++ b/root/etc/s6-overlay/s6-rc.d/init-mod-universal-calibre-setup/run @@ -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