Fix for ioscan binary reference

This commit is contained in:
Patrick Van der Veken 2017-12-19 13:56:39 +01:00
parent d21e7de16c
commit 4e6c733b12

View File

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