fixed small typos

This commit is contained in:
erxspin 2017-02-25 13:55:32 +06:00
parent 81d96b075d
commit ed25de982b
1 changed files with 2 additions and 2 deletions

View File

@ -149,7 +149,7 @@ if [ .$os_check = .'Debian' ]; then
fi
elif [ .$os_check = .'CentOS' ]; then
if [ .$real_os = .'CentOS' ]; then
echo "${yellow}Detected CentOS{normal}"
echo "${yellow}Detected CentOS${normal}"
if [ $check_major_release -ge 7 ]; then
os_centos_continue='true'
else
@ -159,7 +159,7 @@ elif [ .$os_check = .'CentOS' ]; then
fi
fi
if [ .$real_os = .'Fedora' ]; then
echo "${yellow}Detected Fedora{normal}"
echo "${yellow}Detected Fedora${normal}"
if [ $check_major_release -ge 19 ]; then
os_centos_continue='true'
else