remove_old_kernel.sh: minro changes on script output.
This commit is contained in:
parent
dc2ecbe074
commit
a9c645b635
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user