Model: Add support for HP-UX

This commit is contained in:
Dylan Araps 2017-01-19 14:04:59 +11:00
parent 9a7b4c3871
commit e8bd2975e0

View file

@ -287,6 +287,10 @@ get_model() {
"AIX")
model="$(prtconf | awk -F':' '/System Model/ {printf $2}')"
;;
"HP-UX")
model="$(model)"
;;
esac
# Remove dummy OEM info.