This is an automated email from the ASF dual-hosted git repository.

wuchunfu pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new 0e05db444 [Hotfix][Connector-V2-e2e] Fix bash interpreter from sh to 
bash (#2710)
0e05db444 is described below

commit 0e05db444d3aa7ab71d94bd3015c0ba86035a51b
Author: TyrantLucifer <[email protected]>
AuthorDate: Sat Sep 10 17:04:20 2022 +0800

    [Hotfix][Connector-V2-e2e] Fix bash interpreter from sh to bash (#2710)
---
 .../src/main/bin/start-seatunnel-flink-new-connector.sh                 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/seatunnel-core/seatunnel-flink-starter/src/main/bin/start-seatunnel-flink-new-connector.sh
 
b/seatunnel-core/seatunnel-flink-starter/src/main/bin/start-seatunnel-flink-new-connector.sh
index 9dc9187d8..24f277d42 100755
--- 
a/seatunnel-core/seatunnel-flink-starter/src/main/bin/start-seatunnel-flink-new-connector.sh
+++ 
b/seatunnel-core/seatunnel-flink-starter/src/main/bin/start-seatunnel-flink-new-connector.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with

Reply via email to