mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-11-03 21:02:34 +00:00 
			
		
		
		
	Development code only warning
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user