Updated Branches: refs/heads/master 48abf3c98 -> d51fa1c06
set vhd-util executable Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/d51fa1c0 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/d51fa1c0 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/d51fa1c0 Branch: refs/heads/master Commit: d51fa1c063c552524517bf8e5a571664a9325331 Parents: 48abf3c Author: Edison Su <[email protected]> Authored: Fri Jul 12 10:55:39 2013 -0700 Committer: Edison Su <[email protected]> Committed: Fri Jul 12 10:59:38 2013 -0700 ---------------------------------------------------------------------- tools/appliance/definitions/systemvmtemplate/postinstall.sh | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d51fa1c0/tools/appliance/definitions/systemvmtemplate/postinstall.sh ---------------------------------------------------------------------- diff --git a/tools/appliance/definitions/systemvmtemplate/postinstall.sh b/tools/appliance/definitions/systemvmtemplate/postinstall.sh index 2a8a75b..997d854 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() {
