We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c888e3 commit 501f26eCopy full SHA for 501f26e
packages/bsp/common/etc/update-motd.d/30-armbian-sysinfo
@@ -139,7 +139,7 @@ echo -ne "\x1B[91m(read only rootfs)\x1B[0m"
139
fi
140
echo "" # fixed newline
141
a=0
142
-display " storage/" "$storage_usage" "90" "1" "%" " of $storage_total" ; a=$((a+$?))
+display " storage /" "$storage_usage" "90" "1" "%" " of $storage_total" ; a=$((a+$?))
143
display " storage temp" "$storage_temp" $HDD_TEMP_LIMIT "0" "°C" "" ; a=$((a+$?))
144
display " Battery" "$battery_percent" "20" "1" "%" "$status_battery_text" ; a=$((a+$?))
145
(( $a > 0 )) && echo "" # new line only if some value is displayed
0 commit comments