mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 00:28:20 +00:00
[host] nsis: change 'Stopping' to imperative 'Stop'
This follows the rest of the output like Install, Delete
This commit is contained in:
parent
d01d9db9bf
commit
393a879c0b
@ -116,7 +116,7 @@ FunctionEnd
|
||||
Pop $0 ; SC.exe error level
|
||||
|
||||
${If} $0 == 0 ; If error level is 0, service exists
|
||||
DetailPrint "Stopping service: Looking Glass (host)"
|
||||
DetailPrint "Stop service: Looking Glass (host)"
|
||||
nsExec::ExecToLog 'net.exe STOP "Looking Glass (host)"'
|
||||
${EndIf}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user