From 38ea2aa9a83f8e6ff2d43e9d96dc2759d4636135 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 11 Dec 2015 18:02:04 +0100 Subject: [CompileIPxe] remove v4 subdir for ipxelinux.0 destination dir --- src/main/java/org/openslx/taskmanager/tasks/CompileIPxe.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/openslx/taskmanager/tasks/CompileIPxe.java b/src/main/java/org/openslx/taskmanager/tasks/CompileIPxe.java index f3ebc82..b5a5da1 100644 --- a/src/main/java/org/openslx/taskmanager/tasks/CompileIPxe.java +++ b/src/main/java/org/openslx/taskmanager/tasks/CompileIPxe.java @@ -137,7 +137,7 @@ public class CompileIPxe extends AbstractTask return false; } try { - FileUtils.copyFile( new File( "/opt/openslx/ipxe/src/bin/undionly.kkkpxe" ), new File( "/srv/openslx/tftp/v4/ipxelinux.0" ) ); + FileUtils.copyFile( new File( "/opt/openslx/ipxe/src/bin/undionly.kkkpxe" ), new File( "/srv/openslx/tftp/ipxelinux.0" ) ); } catch ( Exception e ) { status.error = e.toString(); return false; -- cgit v1.2.3-55-g7522