mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-30 09:36:41 +00:00
Development code only warning
This commit is contained in:
parent
f7a39006dc
commit
1f4cb4e64e
@ -463,6 +463,10 @@ sub parse_args {
|
||||
return ([ 1, "Unsupported command: $command $subcommand" ]);
|
||||
}
|
||||
} elsif ($command eq "rflash") {
|
||||
#
|
||||
# disable function until fully tested
|
||||
#
|
||||
$check = unsupported($callback); if (ref($check) eq "ARRAY") { return $check; }
|
||||
my $filename_passed = 0;
|
||||
foreach my $opt (@$extrargs) {
|
||||
# Only files ending on .tar are allowed
|
||||
|
Loading…
x
Reference in New Issue
Block a user