1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-11 05:17:41 +03:00

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

(cherry picked from commit 23e57de80a)
This commit is contained in:
Vlastimil Holer 2017-11-13 16:07:38 +01:00 committed by Ruben S. Montero
parent d7bb9c2829
commit 9c6c78bfba

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
}