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

haonan pushed a commit to branch 1c1d_dockertest
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/1c1d_dockertest by this push:
     new dc4d019cb9 update
dc4d019cb9 is described below

commit dc4d019cb955f04a4361403b6b3223c8c73db936
Author: HTHou <[email protected]>
AuthorDate: Sat Oct 22 14:38:24 2022 +0800

    update
---
 docker/src/main/DockerCompose/start-1c1d.sh | 4 ++--
 docker/src/main/Dockerfile-1c1d             | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docker/src/main/DockerCompose/start-1c1d.sh 
b/docker/src/main/DockerCompose/start-1c1d.sh
index 816713c2e3..5dfe747a7b 100755
--- a/docker/src/main/DockerCompose/start-1c1d.sh
+++ b/docker/src/main/DockerCompose/start-1c1d.sh
@@ -17,5 +17,5 @@
 # specific language governing permissions and limitations
 # under the License.
 #
-./sbin/start-confignode.sh &
-./sbin/start-datanode.sh &
\ No newline at end of file
+. "sbin/start-confignode.sh" &
+. "sbin/start-datanode.sh" &
\ No newline at end of file
diff --git a/docker/src/main/Dockerfile-1c1d b/docker/src/main/Dockerfile-1c1d
index e5e34d1d0c..7d3d470294 100644
--- a/docker/src/main/Dockerfile-1c1d
+++ b/docker/src/main/Dockerfile-1c1d
@@ -52,5 +52,5 @@ EXPOSE 40010
 EXPOSE 50010
 VOLUME /iotdb/data
 VOLUME /iotdb/logs
-ENV PATH="/iotdb/:/iotdb/sbin/:/iotdb/tools/:${PATH}"
+ENV PATH="/iotdb/sbin/:/iotdb/tools/:${PATH}"
 ENTRYPOINT ["/iotdb/start-1c1d.sh"]

Reply via email to