1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/paperless-ngx_ynh.git synced 2024-09-03 19:56:33 +02:00

Update updater.sh

This commit is contained in:
Tagada 2023-05-05 20:20:45 +02:00 committed by GitHub
parent 0a38969ab7
commit d25299fb6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -95,6 +95,8 @@ rm -rf $tempdir
# Get extension
if [[ $filename == *.tar.gz ]]; then
extension=tar.gz
elif [[ $filename == *.tar.xz ]]; then
extension=tar.xz
else
extension=${filename##*.}
fi