diff --git a/inxi b/inxi index e7014f5..e4869f9 100755 --- a/inxi +++ b/inxi @@ -5692,7 +5692,7 @@ get_sensors_data() get_sensors_output() { local sensors_path=$( type -p sensors ) - if [[ $sensors_path ]];then + if [[ -n $sensors_path ]];then $sensors_path 2>/dev/null fi }