Skip to content

Commit 6eff35a

Browse files
authored
fix(hack): use bash to execute image-refresh.sh to avoid syntax errors (#498)
fix(hack): use bash to execute image-refresh.sh
1 parent 3a81b05 commit 6eff35a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hack/docker-run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ start_container() {
7070
# 启动容器前先删除旧容器
7171
remove_container "$1"
7272
# 之后更新 image
73-
sh image-refresh.sh "$1"
73+
bash image-refresh.sh "$1"
7474

7575
local service_name="$1"
7676
echo "serverice_name is ${service_name}"

0 commit comments

Comments
 (0)