Skip to content

Commit f1c46ff

Browse files
authored
Merge pull request #980 from linuxserver/universal-calibre-log
add log message about warnings
2 parents 9edf22d + 8db106c commit f1c46ff

File tree

1 file changed

+1
-0
lines changed
  • root/etc/s6-overlay/s6-rc.d/init-mod-universal-calibre-setup

1 file changed

+1
-0
lines changed

root/etc/s6-overlay/s6-rc.d/init-mod-universal-calibre-setup/run

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

0 commit comments

Comments
 (0)