You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2022/05/17 13:31:38 UTC

[iotdb] branch rel/0.13 updated: [To rel/0.13]fix stop-server on windows (#5937)

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

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


The following commit(s) were added to refs/heads/rel/0.13 by this push:
     new bc4be32f92 [To rel/0.13]fix stop-server on windows (#5937)
bc4be32f92 is described below

commit bc4be32f926742eb4f0c9a67a3e787f4394855db
Author: 张正明 <87...@qq.com>
AuthorDate: Tue May 17 21:31:34 2022 +0800

    [To rel/0.13]fix stop-server on windows (#5937)
---
 server/src/assembly/resources/sbin/stop-server.bat | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/src/assembly/resources/sbin/stop-server.bat b/server/src/assembly/resources/sbin/stop-server.bat
index b1dbf7cf83..a2f85581fa 100755
--- a/server/src/assembly/resources/sbin/stop-server.bat
+++ b/server/src/assembly/resources/sbin/stop-server.bat
@@ -22,7 +22,7 @@
 set current_dir=%~dp0
 set superior_dir=%current_dir%\..\
 
-for /f  "eol=; tokens=2,2 delims==" %%i in ('findstr /i "rpc_port"
+for /f  "eol=; tokens=2,2 delims==" %%i in ('findstr /i "^rpc_port"
 %superior_dir%\conf\iotdb-engine.properties') do (
   set rpc_port=%%i
 )