mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-18 04:10:46 +00:00
Fixed error message as suggested by the review
This commit is contained in:
@ -1978,7 +1978,7 @@ sub do_firmware_update {
|
||||
}
|
||||
else {
|
||||
$exit_with_error_func->($sessdata->{node}, $callback,
|
||||
"Unable to determine firmware version currently installed.");
|
||||
"Unable to determine firmware version currently installed. Verify that \"$cmd | grep OP8_v\" command returns a version.");
|
||||
}
|
||||
|
||||
# Check what firmware version is specified in htm file
|
||||
|
Reference in New Issue
Block a user