mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-11 05:17:41 +03:00
(cherry picked from commit 23e57de80a
)
This commit is contained in:
parent
d7bb9c2829
commit
9c6c78bfba
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user