Browse Source

Removed degree sign as it would not work in ssh terminal.

Yannick Boetzel 7 năm trước cách đây
mục cha
commit
8f12b2c3d0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      36-smartd

+ 1 - 1
36-smartd

@@ -42,7 +42,7 @@ for i in "${!disks[@]}"; do
         status_color=$red
     fi
     # print temp & smartd error
-    out+="${disk}:,${color}${temp}°C${undim} | ${status_color}${status}${undim},"
+    out+="${disk}:,${color}${temp}C${undim} | ${status_color}${status}${undim},"
     # insert \n every $COLUMNS column
     if [ $((($i+1) % $COLUMNS)) -eq 0 ]; then
         out+="\n"