mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-12 17:30:19 +00:00
Merge pull request #4448 from xuweibj/summary
Give summary after flash active when no debugmode
This commit is contained in:
@ -830,7 +830,7 @@ rmdir \"/tmp/\$userid\" \n";
|
||||
unlink "$home/.ssh/copy.sh";
|
||||
File::Path->remove_tree("$home/.ssh/tmp/");
|
||||
}
|
||||
if (($::UPLOAD_AND_ACTIVATE or $next_status{LOGIN_RESPONSE} eq "RFLASH_UPDATE_ACTIVATE_REQUEST") and $::VERBOSE) {
|
||||
if ($::UPLOAD_AND_ACTIVATE or $next_status{LOGIN_RESPONSE} eq "RFLASH_UPDATE_ACTIVATE_REQUEST") {
|
||||
my %rflash_result = ();
|
||||
foreach my $node (keys %node_info) {
|
||||
if ($node_info{$node}{rst} =~ /successful/) {
|
||||
|
Reference in New Issue
Block a user