mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 19:32:31 +00:00 
			
		
		
		
	enhance error message for rflash
This commit is contained in:
		| @@ -1966,7 +1966,7 @@ sub parse_command_status { | ||||
|                 } | ||||
|             } elsif (defined $tarfile_path) { | ||||
|                 if (!opendir(DIR, $tarfile_path)) { | ||||
|                     xCAT::SvrUtils::sendmsg("Can't open directory : $tarfile_path", $callback); | ||||
|                     xCAT::SvrUtils::sendmsg([1,"No BMC tar file found in $tarfile_path"], $callback); | ||||
|                     closedir(DIR); | ||||
|                     return 1; | ||||
|                 } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user