3.10.1-debian-10-r34 release

This commit is contained in:
Bitnami Bot
2021-02-24 10:29:35 +00:00
parent 6482ca112f
commit c7dbdede18
3 changed files with 4 additions and 4 deletions

View File

@@ -1051,7 +1051,7 @@ mysql_client_extra_opts() {
}
local -a opts=()
local key value
if is_boolean_yes "$DB_ENABLE_SSL"; then
if is_boolean_yes "${DB_ENABLE_SSL:-no}"; then
if [[ "$(mysql_client_flavor)" = "mysql" ]]; then
opts+=("--ssl-mode=REQUIRED")
else