fixed small typos
This commit is contained in:
parent
81d96b075d
commit
ed25de982b
|
|
@ -149,7 +149,7 @@ if [ .$os_check = .'Debian' ]; then
|
||||||
fi
|
fi
|
||||||
elif [ .$os_check = .'CentOS' ]; then
|
elif [ .$os_check = .'CentOS' ]; then
|
||||||
if [ .$real_os = .'CentOS' ]; then
|
if [ .$real_os = .'CentOS' ]; then
|
||||||
echo "${yellow}Detected CentOS{normal}"
|
echo "${yellow}Detected CentOS${normal}"
|
||||||
if [ $check_major_release -ge 7 ]; then
|
if [ $check_major_release -ge 7 ]; then
|
||||||
os_centos_continue='true'
|
os_centos_continue='true'
|
||||||
else
|
else
|
||||||
|
|
@ -159,7 +159,7 @@ elif [ .$os_check = .'CentOS' ]; then
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
if [ .$real_os = .'Fedora' ]; then
|
if [ .$real_os = .'Fedora' ]; then
|
||||||
echo "${yellow}Detected Fedora{normal}"
|
echo "${yellow}Detected Fedora${normal}"
|
||||||
if [ $check_major_release -ge 19 ]; then
|
if [ $check_major_release -ge 19 ]; then
|
||||||
os_centos_continue='true'
|
os_centos_continue='true'
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue