1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-23 17:33:56 +03:00

B #5545: Image not decompressed on upload (#569)

This commit is contained in:
Vlastimil Holer 2017-11-13 16:07:38 +01:00 committed by Ruben S. Montero
parent b9b272f00f
commit 23e57de80a

View File

@ -43,7 +43,7 @@ function get_type
else
command=$1
( $command | head -n 1024 | file -b --mime-type - ) 2>/dev/null
( eval "$command" | head -n 1024 | file -b --mime-type - ) 2>/dev/null
fi
}