From 7ea6f43fe84732c196ddc4ffe1f35a076e639fe9 Mon Sep 17 00:00:00 2001 From: Barry Jackson Date: Wed, 18 Jan 2023 22:40:34 +0000 Subject: - split line in rok to fix mk-pot - remove obsolete code from mk-pot --- remove-old-kernels | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'remove-old-kernels') 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 -- cgit v1.2.1