From 9407efe8bc2526d7a3956636b123152c8f1cbf0c Mon Sep 17 00:00:00 2001 From: kohsuke Date: Thu, 12 Feb 2009 01:01:59 +0000 Subject: [PATCH] bug fix git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@15249 71c3de6d-444a-0410-be80-ed276b4c234a --- core/src/main/java/hudson/lifecycle/ZFSInstaller.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/hudson/lifecycle/ZFSInstaller.java b/core/src/main/java/hudson/lifecycle/ZFSInstaller.java index e86c1e8e7b..26093c306d 100644 --- a/core/src/main/java/hudson/lifecycle/ZFSInstaller.java +++ b/core/src/main/java/hudson/lifecycle/ZFSInstaller.java @@ -118,7 +118,7 @@ public class ZFSInstaller extends AdministrativeMonitor { if(req.hasParameter("n")) { // we'll shut up disable(true); - rsp.sendRedirect2(req.getContextPath()); + rsp.sendRedirect2(req.getContextPath()+"/manage"); return; } -- GitLab