Skip to content

Commit e16513c

Browse files
authored
chore(br): change shell interpreter from sh to bash (#6618)
1 parent 8ce0284 commit e16513c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/tidb-backup-manager/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/usr/bin/env bash
22

33
# Copyright 2020 PingCAP, Inc.
44
#

0 commit comments

Comments
 (0)