Unverified Commit b15dd8ef authored by Ogguz's avatar Ogguz Committed by GitHub

fix/external-config-persistence-settings-get-overwritten (#7)

Signed-off-by: default avatarOgguz <kaankahraman44@gmail.com>
parent 97b3d641
......@@ -103,14 +103,14 @@ start_redis() {
}
main_function() {
if [[ -f "${EXTERNAL_CONFIG_FILE}" ]]; then
external_config
fi
common_operation
set_redis_password
redis_mode_setup
persistence_setup
tls_setup
if [[ -f "${EXTERNAL_CONFIG_FILE}" ]]; then
external_config
fi
start_redis
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment