diff --git a/mrgkernel.sh b/mrgkernel.sh index 30cf494..eabb748 100755 --- a/mrgkernel.sh +++ b/mrgkernel.sh @@ -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