remove_old_kernel.sh: minro changes on script output.

This commit is contained in:
Christoph 2018-12-30 15:32:03 +01:00
parent dc2ecbe074
commit a9c645b635

View File

@ -297,8 +297,9 @@ if $terminal && ! $BATCH_MODE ; then
clean_up 0
fi
echo ""
if [[ -n "$rc_kernel_pakages" ]]; then
echo ""
echononl "Remove not fully deinstalled kernel packages? [\033[1myes/no\033[m]: "
read OK
while [[ "${OK,,}" != "yes" ]] && [[ "${OK,,}" != "no" ]] ; do