mirror of
https://github.com/bitnami/containers.git
synced 2026-03-16 06:49:12 +08:00
3.10.1-debian-10-r34 release
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user