diff --git a/inxi b/inxi index 6fff74d..98afead 100755 --- a/inxi +++ b/inxi @@ -5806,7 +5806,7 @@ get_sensors_output() if [[ -n $sensors_path ]];then sensors_data="$( $sensors_path 2>/dev/null )" if [[ -n "$sensors_data" ]];then - sensors_data="$sensors_data\n\n" # make sure the file ends in newlines + sensors_data="$sensors_data\n\n###" # make sure the file ends in newlines fi fi echo -e "$sensors_data"