diff --git a/screenfetch-dev b/screenfetch-dev index 0b782d4c..38f90023 100755 --- a/screenfetch-dev +++ b/screenfetch-dev @@ -1619,7 +1619,7 @@ detectcpu () { break fi done - if [ -e "$thermal" ] && [ "${thermal:+isSetToNonNull}" = 'isSetToNonNull' ]; then + if [ -e "$thermal" ]; then temperature=$(bc <<< "scale=1; $(cat "$thermal")/1000") fi fi