1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

Bug #2901: Add new mime type for Ubuntu 14.04 gzip files

This commit is contained in:
Jaime Melis 2014-05-09 16:25:55 +02:00
parent bbce1ab1ab
commit 3cafbe6080

View File

@ -35,7 +35,7 @@ function get_decompressor
type=$1
case "$type" in
"application/x-gzip")
"application/x-gzip"|"application/gzip")
echo "gunzip -c -"
;;
"application/x-bzip2")