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
|
clean_up 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -n "$rc_kernel_pakages" ]]; then
|
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
|
if [[ -n "$rc_kernel_pakages" ]]; then
|
||||||
echononl "Remove not fully deinstalled kernel packages? [\033[1myes/no\033[m]: "
|
echononl "Remove not fully deinstalled kernel packages? [\033[1myes/no\033[m]: "
|
||||||
read OK
|
read OK
|
||||||
while [[ "${OK,,}" != "yes" ]] && [[ "${OK,,}" != "no" ]] ; do
|
while [[ "${OK,,}" != "yes" ]] && [[ "${OK,,}" != "no" ]] ; do
|
||||||
|
Loading…
Reference in New Issue
Block a user