mirror of https://github.com/apache/cloudstack.git
set vhd-util executable
This commit is contained in:
parent
888ef1959f
commit
8319473baa
|
|
@ -166,6 +166,7 @@ EOF
|
|||
|
||||
fix_vhdutil() {
|
||||
wget --no-check-certificate http://download.cloud.com.s3.amazonaws.com/tools/vhd-util -O /bin/vhd-util
|
||||
chmod a+x /bin/vhd-util
|
||||
}
|
||||
|
||||
do_fixes() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue