From 0e805c7b23192cacb07a4b9941c67a34217622c2 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Wed, 20 Jul 2011 21:23:00 +0000 Subject: [PATCH] trying a small fix for a sensors glitch --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"