2
0
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:
Mark Gurevich 2017-06-02 15:18:46 -04:00
parent f7a39006dc
commit 1f4cb4e64e

View File

@ -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