Fixed translation
This commit is contained in:
parent
1f2be67030
commit
e8f5aa603e
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ URL=`echo ${INFO} | cut -d' ' -f 1`
|
||||||
FILE=`echo ${URL}|rev|cut -d'/' -f 1 | rev`
|
FILE=`echo ${URL}|rev|cut -d'/' -f 1 | rev`
|
||||||
|
|
||||||
if [ "${CURRENT_VERSION}" == "${KERNEL}" ]; then
|
if [ "${CURRENT_VERSION}" == "${KERNEL}" ]; then
|
||||||
echo -e "${RED}You are already on the latest version${DEFAULT}"
|
echo -e "${RED}You already have the latest version${DEFAULT}"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue