aboutsummaryrefslogtreecommitdiffstats
path: root/remove-old-kernels
diff options
context:
space:
mode:
Diffstat (limited to 'remove-old-kernels')
-rwxr-xr-xremove-old-kernels3
1 files changed, 2 insertions, 1 deletions
diff --git a/remove-old-kernels b/remove-old-kernels
index f78a4a7..ab64f01 100755
--- a/remove-old-kernels
+++ b/remove-old-kernels
@@ -524,7 +524,8 @@ $(i18n "y/N/q (q=quit)") " -n 1 response
done
NK=$(ls /boot/vmlinuz*.mga[0-9] | wc -l)
OCCDISK2=$(df -B 1M -l --output=used / | tail -n1 | awk '{ print $1 }')
- echo -e "${HdBgCol} $(i18n "Gain"): $((OCCDISK1 - OCCDISK2)) MB - \
+ echo -e "${HdBgCol} $(i18n "Gain"):\
+$((OCCDISK1 - OCCDISK2)) MB - \
$(i18n "Kernels in") /boot/: ${NK} ${Normal}"
fi