Skip to content

Commit c3238a3

Browse files
nmarukovichgithub-actions[bot]
authored andcommitted
Update build/ps-entrypoint.sh
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 891cb63 commit c3238a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/ps-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ escape_special() {
227227

228228
# Escape comma ONLY if second argument is "heartbeat"
229229
# If password contains commas they must be escaped with a backslash: “exam,ple” according https://docs.percona.com/percona-toolkit/pt-heartbeat.html
230-
if [[ "$2" == "heartbeat" ]]; then
230+
if [[ $2 == "heartbeat" ]]; then
231231
result=$(echo "$result" | sed 's/,/\\,/g')
232232
fi
233233

0 commit comments

Comments
 (0)