Combined the Agents in the repo
This commit is contained in:
parent
15a457cbef
commit
e1859e5d73
465 changed files with 77467 additions and 0 deletions
20
Agent-Windows/Install/rebase_post_ins.bat
Normal file
20
Agent-Windows/Install/rebase_post_ins.bat
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
@echo off
|
||||
echo.
|
||||
echo Stopping OGP Agent if exists...
|
||||
SET mypath=%~dp0
|
||||
IF EXIST "%mypath%\agent_stop.bat" call "%mypath%\agent_stop.bat"
|
||||
echo.
|
||||
echo Stopping CygWin Services...
|
||||
echo.
|
||||
net stop mysqld
|
||||
net stop cygserver
|
||||
net stop httpd
|
||||
net stop cron
|
||||
echo.
|
||||
echo Running CygWin rebaseall command to prevent errors...
|
||||
echo .
|
||||
C:
|
||||
cd "%mypath%\bin"
|
||||
ash.exe /bin/rebaseall
|
||||
echo.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue