2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-14 18:30:23 +00:00

delete $::OPENBMC_DEVEL from rflash -d

This commit is contained in:
bybai
2018-03-07 02:06:20 -05:00
parent 1f93f8332d
commit 66c9a90c5e

View File

@ -1878,10 +1878,6 @@ sub parse_command_status {
} elsif ($subcommand =~ /^-a|^--activate/) {
$activate = 1;
} elsif ($subcommand =~ /^-d/) {
my $check = unsupported($callback); if (ref($check) eq "ARRAY") {
xCAT::SvrUtils::sendmsg($check, $callback);
return 1;
}
$streamline = 1;
} elsif ($subcommand =~ /^--no-host-reboot/) {
$nohost_reboot = 1;