mirror of https://github.com/apache/cloudstack.git
bug 7617: use correct patch path for oss
status 7617: resolved fixed
This commit is contained in:
parent
51d1aa2f95
commit
91d8e6ffcc
|
|
@ -59,7 +59,7 @@ public class XenServerResource extends CitrixResourceBase {
|
|||
@Override
|
||||
protected List<File> getPatchFiles() {
|
||||
List<File> files = new ArrayList<File>();
|
||||
String patch = "scripts/vm/hypervisor/xenserver/xenserver56oss/patch";
|
||||
String patch = "scripts/vm/hypervisor/xenserver/xenserver56/patch";
|
||||
String patchfilePath = Script.findScript("" , patch);
|
||||
if ( patchfilePath == null ) {
|
||||
throw new CloudRuntimeException("Unable to find patch file " + patch);
|
||||
|
|
|
|||
Loading…
Reference in New Issue