Skip to content

Commit

Permalink
feat: WINDOW安装脚本优化(closed TencentBlueKing#2311)
Browse files Browse the repository at this point in the history
  • Loading branch information
wyyalt committed Jul 1, 2024
1 parent b00d9dd commit f12a456
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script_tools/agent_tools/agent2/setup_agent.bat
Original file line number Diff line number Diff line change
Expand Up @@ -858,6 +858,7 @@ goto :EOF
goto :EOF

:check_deploy_result
ping -n 10 127.0.0.1 >nul 2>&1
call :is_process_start_ok
if !errorlevel! NEQ 0 (
exit /b 1
Expand Down

0 comments on commit f12a456

Please sign in to comment.