From 29a59efde35bf88d604af15a6f301454b4408235 Mon Sep 17 00:00:00 2001 From: Yacine31 Date: Tue, 2 Dec 2025 12:02:10 +0100 Subject: [PATCH] Fix typo in run_db_install.sh.j2: linux_verion -> linux_version, and CRLF to LF --- roles/oracle-db-install/templates/run_db_install.sh.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/oracle-db-install/templates/run_db_install.sh.j2 b/roles/oracle-db-install/templates/run_db_install.sh.j2 index f7a374b..437e883 100644 --- a/roles/oracle-db-install/templates/run_db_install.sh.j2 +++ b/roles/oracle-db-install/templates/run_db_install.sh.j2 @@ -7,7 +7,7 @@ if [[ $chkifinstalled == 1 ]]; then exit 0 else 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 export CV_ASSUME_DISTID=OL8 else