Skip to content

Commit

Permalink
cherry pick #3809 to release-1.1 (#3810)
Browse files Browse the repository at this point in the history
Signed-off-by: ti-srebot <[email protected]>

Co-authored-by: Yiwen Chen <[email protected]>
  • Loading branch information
ti-srebot and handlerww authored Feb 25, 2021
1 parent 7577ecf commit effce0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/tidb-backup-manager/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ else
fi

BACKUP_BIN=/tidb-backup-manager
if [[ -n "${AWS_DEFAULT_REGION}"]]; then
if [[ -n "${AWS_DEFAULT_REGION}" ]]; then
EXEC_COMMAND="exec"
else
EXEC_COMMAND="/usr/local/bin/shush exec --"
Expand Down

0 comments on commit effce0b

Please sign in to comment.