mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
fixed error message
This commit is contained in:
parent
5654a8bffd
commit
034a197d8d
2
inxi
2
inxi
|
@ -6069,7 +6069,7 @@ print_machine_data()
|
|||
fi
|
||||
IFS="$ORIGINAL_IFS"
|
||||
else
|
||||
system_line="${RED}Error:${C2} No machine data found. Only newer kernels support this feature.${CN}"
|
||||
system_line="${C2}No machine data found. Your kernel does not support this feature.${CN}"
|
||||
fi
|
||||
system_line=$( create_print_line "Machine:" "$system_line" )
|
||||
print_screen_output "$system_line"
|
||||
|
|
Loading…
Reference in a new issue