Skip to content

Commit

Permalink
change delete to stop in x86 setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jeog committed Aug 8, 2016
1 parent 777aa58 commit 6f6f6eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tosdb-setup-debug.bat
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ IF "%1"=="x64" (
EXIT /B 1
)
echo + Creating TOSDataBridge Service ...
SC delete TOSDataBridge 1>NUL 2>NUL
SC stop TOSDataBridge 1>NUL 2>NUL
SC delete TOSDataBridge 1>NUL 2>NUL
SC create TOSDataBridge binPath= %cd%\bin\Debug\Win32\tos-databridge-serv-x86_d.exe%servCmd%
IF ERRORLEVEL 1 (
Expand Down
2 changes: 1 addition & 1 deletion tosdb-setup.bat
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ IF "%1"=="x64" (
EXIT /B 1
)
echo + Creating TOSDataBridge Service ...
SC delete TOSDataBridge 1>NUL 2>NUL
SC stop TOSDataBridge 1>NUL 2>NUL
SC delete TOSDataBridge 1>NUL 2>NUL
SC create TOSDataBridge binPath= %cd%\bin\Release\Win32\tos-databridge-serv-x86.exe%servCmd%
IF ERRORLEVEL 1 (
Expand Down

0 comments on commit 6f6f6eb

Please sign in to comment.