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 e0bcdd745c update
e0bcdd745c is described below

commit e0bcdd745c7f97d7393e7085063788d17511465a
Author: HTHou <[email protected]>
AuthorDate: Mon Oct 24 09:59:27 2022 +0800

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

diff --git a/docker/src/main/DockerCompose/start-1c1d.sh 
b/docker/src/main/DockerCompose/start-1c1d.sh
index 095de97df2..7685ac8e0a 100755
--- a/docker/src/main/DockerCompose/start-1c1d.sh
+++ b/docker/src/main/DockerCompose/start-1c1d.sh
@@ -17,6 +17,6 @@
 # specific language governing permissions and limitations
 # under the License.
 #
-./start-confignode.sh &
+nohup ./start-confignode.sh &
 sleep 10
-./start-datanode.sh &
\ No newline at end of file
+nohup ./start-datanode.sh &
\ No newline at end of file

Reply via email to