We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a68c477 commit 9edf22dCopy full SHA for 9edf22d
root/etc/s6-overlay/s6-rc.d/init-mod-universal-calibre-setup/run
@@ -17,11 +17,12 @@ fi
17
18
export DEBIAN_FRONTEND="noninteractive"
19
20
-if [[ -e /tmp/calibre.txz ]]; then
+if [[ -e /calibre.txz ]]; then
21
+ mkdir -p /app/calibre
22
tar xf \
- /tmp/calibre.txz \
23
+ /calibre.txz \
24
-C /app/calibre
25
echo "Installing Calibre version $(cat /CALIBRE_RELEASE)"
26
/app/calibre/calibre_postinstall
- rm /tmp/calibre.txz
27
+ rm /calibre.txz
28
fi
0 commit comments