Commit 8a3981bf authored by Muhammad Herdiansyah's avatar Muhammad Herdiansyah

Kernel: Stop function when OS = AIX

parent 79ef1726
......@@ -304,6 +304,9 @@ get_title() {
}
get_kernel() {
# Since AIX is an integrated system, it's better to skip this function altogether
[[ "$os" == "AIX" ]] && return
case "$kernel_shorthand" in
"on") kernel="$kernel_version" ;;
"off") kernel="$kernel_name $kernel_version" ;;
......
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