testing [skip ci]

This commit is contained in:
Shivam Mathur
2025-06-13 02:13:53 +05:30
parent 0f7f1d08e3
commit 6a661ad9b0
40 changed files with 167 additions and 167 deletions

View File

@ -71,8 +71,8 @@ add_oci() {
oracle_home='/opt/oracle'
oracle_client=$oracle_home/instantclient
os=$(uname -s)
add_client >/dev/null 2>&1
add_oci_helper >/dev/null 2>&1
add_client
add_oci_helper
add_extension_log "$ext" "$status"
check_extension "$ext" && add_license_log
}