Ensure cache-stack is set, removed by bot
Signed-off-by: jack1902 <39212456+jack1902@users.noreply.github.com>
This commit is contained in:
parent
560d9f64c2
commit
6910b3ba2e
|
|
@ -140,6 +140,7 @@ keycloak_configure_database() {
|
|||
keycloak_configure_cache() {
|
||||
info "Configuring cache count"
|
||||
keycloak_conf_set "cache" "$KEYCLOAK_CACHE_TYPE"
|
||||
! is_empty_value "$KEYCLOAK_CACHE_STACK" && debug_execute kc.sh build --cache-stack="${KEYCLOAK_CACHE_STACK}"
|
||||
}
|
||||
|
||||
########################
|
||||
|
|
|
|||
|
|
@ -140,6 +140,7 @@ keycloak_configure_database() {
|
|||
keycloak_configure_cache() {
|
||||
info "Configuring cache count"
|
||||
keycloak_conf_set "cache" "$KEYCLOAK_CACHE_TYPE"
|
||||
! is_empty_value "$KEYCLOAK_CACHE_STACK" && debug_execute kc.sh build --cache-stack="${KEYCLOAK_CACHE_STACK}"
|
||||
}
|
||||
|
||||
########################
|
||||
|
|
|
|||
Loading…
Reference in New Issue