Fix typo in run_db_install.sh.j2: linux_verion -> linux_version, and CRLF to LF
This commit is contained in:
@@ -7,7 +7,7 @@ if [[ $chkifinstalled == 1 ]]; then
|
|||||||
exit 0
|
exit 0
|
||||||
else
|
else
|
||||||
linux_version=$(cat /etc/os-release | egrep "^VERSION=" | cut -d= -f2 | sed 's/"//g' | cut -d. -f1)
|
linux_version=$(cat /etc/os-release | egrep "^VERSION=" | cut -d= -f2 | sed 's/"//g' | cut -d. -f1)
|
||||||
if [ "${linux_verion}" -eq 9 ]
|
if [ "${linux_version}" -eq 9 ]
|
||||||
then
|
then
|
||||||
export CV_ASSUME_DISTID=OL8
|
export CV_ASSUME_DISTID=OL8
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user