提交 313c2a80 编写于 作者: J Jesse Glick

Should use safeRestart, not immediate restart, when -restart option is given.

上级 b96e9895
......@@ -141,7 +141,7 @@ public class InstallPluginCommand extends CLICommand {
}
if (restart)
h.restart();
h.safeRestart();
return 0; // all success
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册