mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-18 04:10:46 +00:00
Merge pull request #2385 from penguhyang/update_output_rinstall
update rinstall output
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user