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:
parent
bbce1ab1ab
commit
3cafbe6080
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user