diff --git a/Tools/Resources/linux-service.sh b/Tools/Resources/linux-service.sh index 93fd4fdd..eef56042 100644 --- a/Tools/Resources/linux-service.sh +++ b/Tools/Resources/linux-service.sh @@ -7,4 +7,13 @@ if [ ! -d "/usr/share/dotnet/" ]; then curl https://x.newlifex.com/dotnet/net8.sh | sudo bash fi -sudo dotnet agent\StarAgent.dll -install -server http://127.0.0.1:6600 +sudo dotnet agent/StarAgent.dll -install -server http://127.0.0.1:6600 + +echo "starting ..." +sleep 5 +curl -w "\n" http://localhost:6600/api + +sleep 5 +curl -w "\n" http://localhost:6680/cube/info + +echo "Install finished!" \ No newline at end of file diff --git a/Tools/Resources/run.bat b/Tools/Resources/run.bat index f1220682..31e61133 100644 --- a/Tools/Resources/run.bat +++ b/Tools/Resources/run.bat @@ -5,7 +5,11 @@ clover40.exe net8-host -silent start agent\StarAgent.exe -run -server http://127.0.0.1:6600 +echo "starting ..." + ping 127.0.0.1 -n 5 > nul start http://localhost:6600/api ping 127.0.0.1 -n 5 > nul start http://localhost:6680 + +echo "Install finished!" \ No newline at end of file diff --git a/Tools/Resources/windows-service.bat b/Tools/Resources/windows-service.bat index 817735cc..ae1e7a66 100644 --- a/Tools/Resources/windows-service.bat +++ b/Tools/Resources/windows-service.bat @@ -5,7 +5,11 @@ clover40.exe net8-host -silent agent\StarAgent.exe -install -server http://127.0.0.1:6600 +echo "starting ..." + ping 127.0.0.1 -n 5 > nul start http://localhost:6600/api ping 127.0.0.1 -n 5 > nul start http://localhost:6680 + +echo "Install finished!" \ No newline at end of file diff --git a/Tools/clover.exe b/Tools/clover.exe index 4195ab46..6b210893 100644 Binary files a/Tools/clover.exe and b/Tools/clover.exe differ diff --git a/Tools/clover40.exe b/Tools/clover40.exe index 7b529a92..29e0d30d 100644 Binary files a/Tools/clover40.exe and b/Tools/clover40.exe differ diff --git a/Tools/clover80.exe b/Tools/clover80.exe index 4195ab46..6b210893 100644 Binary files a/Tools/clover80.exe and b/Tools/clover80.exe differ