Skip to content

Commit

Permalink
fix: sentinel port when tls enable (#81)
Browse files Browse the repository at this point in the history
Signed-off-by: drivebyer <[email protected]>
  • Loading branch information
drivebyer authored Aug 30, 2024
1 parent e3c131a commit 2c40687
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions entrypoint-sentinel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,11 @@ start_sentinel() {
}

main_function() {

set_sentinel_password
sentinel_mode_setup
tls_setup
acl_setup
port_setup
acl_setup
tls_setup
if [[ -f "${EXTERNAL_CONFIG_FILE}" ]]; then
external_config
fi
Expand Down

0 comments on commit 2c40687

Please sign in to comment.