Commit 789ff585 authored by Muhammad Herdiansyah's avatar Muhammad Herdiansyah Committed by Herdiansyah

Model [AIX]: Reduce dependency on prtconf

parent a032067e
...@@ -316,7 +316,7 @@ get_model() { ...@@ -316,7 +316,7 @@ get_model() {
;; ;;
"AIX") "AIX")
model="$(prtconf | awk -F':' '/System Model/ {printf $2}')" model="$(/usr/bin/uname -M)"
;; ;;
esac esac
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment