Merge pull request #404 from linuxserver/universal-calibre-arm

Remove archive after unpack
This commit is contained in:
aptalca 2022-07-25 11:53:33 -04:00 committed by GitHub
commit 4a78584fca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,7 +81,9 @@ fi
tar xf \
/tmp/calibre.txz \
-C /app/calibre
-C /app/calibre
rm /tmp/calibre.txz
if [ ! -e /usr/bin/calibre-server ]; then
/app/calibre/calibre_postinstall