bug 7617: use correct patch path for oss

status 7617: resolved fixed
This commit is contained in:
anthony 2010-12-21 10:27:47 -08:00
parent 51d1aa2f95
commit 91d8e6ffcc
1 changed files with 1 additions and 1 deletions

View File

@ -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);