Fix for ioscan binary reference
This commit is contained in:
parent
d21e7de16c
commit
4e6c733b12
@ -122,7 +122,7 @@ else
|
|||||||
_IOSCAN_OPTS="${_IOSCAN_OPTS}u"
|
_IOSCAN_OPTS="${_IOSCAN_OPTS}u"
|
||||||
fi
|
fi
|
||||||
log "executing ioscan with options: ${_IOSCAN_OPTS}"
|
log "executing ioscan with options: ${_IOSCAN_OPTS}"
|
||||||
ioscan "${_IOSCAN_OPTS}" >>${HC_STDOUT_LOG} 2>>${HC_STDERR_LOG}
|
${_IOSCAN_BIN} ${_IOSCAN_OPTS} >>${HC_STDOUT_LOG} 2>>${HC_STDERR_LOG}
|
||||||
if (( $? != 0 ))
|
if (( $? != 0 ))
|
||||||
then
|
then
|
||||||
_MSG="unable to gather ioscan information"
|
_MSG="unable to gather ioscan information"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user