Add info if the type/device isn't supported
This commit is contained in:
parent
b589528e03
commit
3258881a0f
|
@ -100,6 +100,7 @@ while IFS= read -r LINE; do
|
|||
[ "${debug}" -eq "0" ] && printf "${c_magentab}%-6b${c_reset}\n" "DEBUG : SMART is not fully supported."
|
||||
DRES=$(printf '%s' "${SMART_SUPPORT_MSG}")
|
||||
DCODE="2"
|
||||
TYPE="unsupported"
|
||||
else
|
||||
[ "${debug}" -eq "0" ] && printf "${c_magentab}%-6b${c_reset}\n" "DEBUG : SMART seems fully supported, proceed normally."
|
||||
### Get SMART Health Status and return code
|
||||
|
|
Loading…
Reference in New Issue