Skip to content

Commit 501f26e

Browse files
committed
motd: fix another alignment issue
1 parent 8c888e3 commit 501f26e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/bsp/common/etc/update-motd.d/30-armbian-sysinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ echo -ne "\x1B[91m(read only rootfs)\x1B[0m"
139139
fi
140140
echo "" # fixed newline
141141
a=0
142-
display " storage/" "$storage_usage" "90" "1" "%" " of $storage_total" ; a=$((a+$?))
142+
display " storage /" "$storage_usage" "90" "1" "%" " of $storage_total" ; a=$((a+$?))
143143
display " storage temp" "$storage_temp" $HDD_TEMP_LIMIT "0" "°C" "" ; a=$((a+$?))
144144
display " Battery" "$battery_percent" "20" "1" "%" "$status_battery_text" ; a=$((a+$?))
145145
(( $a > 0 )) && echo "" # new line only if some value is displayed

0 commit comments

Comments
 (0)