Skip to content

Commit

Permalink
Added comment in setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
khandelwalbrijesh committed Jun 14, 2019
1 parent b8fcaa1 commit 614b7f1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ REM icacls %workingDir% /grant "Network Service":(OI)(CI)F /T

REM Stop the service and uninstall the current version
sc stop %serviceName%

REM POSNodeSvc stucks sometimes while stopping. This will unblock that.
taskkill /IM "NodeAgentNTService.exe" /F
sc delete %serviceName%

Expand Down

0 comments on commit 614b7f1

Please sign in to comment.