2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-27 23:01:12 +00:00

update rinstall output

This commit is contained in:
ypbj
2017-01-10 03:04:27 -05:00
parent 8e2be27748
commit b5974bcaf1

View File

@@ -351,7 +351,7 @@ sub rinstall {
}
if ($line =~ /dhcp server is not running/) {
my $rsp = {};
$rsp->{error}->[0] = "Fatal error";
$rsp->{error}->[0] = "Fatal error: dhcp server is not running";
$rsp->{errorcode}->[0] = 1;
xCAT::MsgUtils->message("E", $rsp, $callback);
return 1;