2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-18 12:20:40 +00:00

Merge pull request #2385 from penguhyang/update_output_rinstall

update rinstall output
This commit is contained in:
yangsong
2017-01-10 02:11:35 -06:00
committed by GitHub

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;