Forráskód Böngészése

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

Yannick Boetzel 7 éve
szülő
commit
8f12b2c3d0
1 módosított fájl, 1 hozzáadás és 1 törlés
  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"