From 8319473baa0fbce6e40e7dcffb1e733c804c2b08 Mon Sep 17 00:00:00 2001 From: Edison Su Date: Fri, 12 Jul 2013 10:55:39 -0700 Subject: [PATCH] set vhd-util executable --- tools/appliance/definitions/systemvmtemplate/postinstall.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/appliance/definitions/systemvmtemplate/postinstall.sh b/tools/appliance/definitions/systemvmtemplate/postinstall.sh index 2a8a75b876a..997d8548501 100644 --- a/tools/appliance/definitions/systemvmtemplate/postinstall.sh +++ b/tools/appliance/definitions/systemvmtemplate/postinstall.sh @@ -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() {