Fixed translation

This commit is contained in:
dbroqua 2021-03-19 08:09:50 +01:00
parent 1f2be67030
commit e8f5aa603e
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ URL=`echo ${INFO} | cut -d' ' -f 1`
FILE=`echo ${URL}|rev|cut -d'/' -f 1 | rev`
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
fi