Skip to content

Commit 4ebfd33

Browse files
committed
fix vip-manager service installation
1 parent 53672d0 commit 4ebfd33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ patroni\patroni_service.exe install | Out-Default
4040
Write-Host "--- Patroni service sucessfully installed ---" -ForegroundColor green
4141

4242
Write-Host "--- Installing vip-manager service ---" -ForegroundColor blue
43-
vip-manager\vip-manager_service.exe install | Out-Default
43+
vip-manager\vip_service.exe install | Out-Default
4444
Write-Host "--- vip-manager service sucessfully installed ---" -ForegroundColor green
4545

4646
Write-Host "--- Installation sucessfully finished ---" -ForegroundColor green

0 commit comments

Comments
 (0)