Release v2-verbose

This commit is contained in:
Shivam Mathur
2025-08-10 13:17:51 +05:30
parent 20529878ed
commit 85b721c19d
42 changed files with 172 additions and 172 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
}