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 dc992af5e4 Update start-1c1d.sh
dc992af5e4 is described below

commit dc992af5e452ef15869229b0828a1cd1460c784f
Author: Haonan <[email protected]>
AuthorDate: Mon Oct 24 13:08:13 2022 +0800

    Update start-1c1d.sh
---
 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 7685ac8e0a..6eaad32539 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.
 #
-nohup ./start-confignode.sh &
+nohup /iotdb/sbin/start-confignode.sh > /dev/null 2>&1 &
 sleep 10
-nohup ./start-datanode.sh &
\ No newline at end of file
+/iotdb/sbin/start-datanode.sh

Reply via email to