diff --git a/content/self-host/client-deployment/_index.de.md b/content/self-host/client-deployment/_index.de.md index f0a620f..ed52190 100644 --- a/content/self-host/client-deployment/_index.de.md +++ b/content/self-host/client-deployment/_index.de.md @@ -105,6 +105,7 @@ if ($arrService -eq $null) cd $env:ProgramFiles\RustDesk Start-Process .\rustdesk.exe --install-service Start-Sleep -seconds 20 + $arrService = Get-Service -Name $ServiceName } while ($arrService.Status -ne 'Running') diff --git a/content/self-host/client-deployment/_index.en.md b/content/self-host/client-deployment/_index.en.md index 293da9b..28e6a5e 100644 --- a/content/self-host/client-deployment/_index.en.md +++ b/content/self-host/client-deployment/_index.en.md @@ -107,6 +107,7 @@ if ($arrService -eq $null) cd $env:ProgramFiles\RustDesk Start-Process .\rustdesk.exe --install-service Start-Sleep -seconds 20 + $arrService = Get-Service -Name $ServiceName } while ($arrService.Status -ne 'Running') diff --git a/content/self-host/client-deployment/_index.pt.md b/content/self-host/client-deployment/_index.pt.md index 83129b9..d3e6263 100644 --- a/content/self-host/client-deployment/_index.pt.md +++ b/content/self-host/client-deployment/_index.pt.md @@ -107,6 +107,7 @@ if ($arrService -eq $null) cd $env:ProgramFiles\RustDesk Start-Process .\rustdesk.exe --install-service Start-Sleep -seconds 20 + $arrService = Get-Service -Name $ServiceName } while ($arrService.Status -ne 'Running') diff --git a/content/self-host/client-deployment/_index.tr.md b/content/self-host/client-deployment/_index.tr.md index 6ebe613..e83a87a 100644 --- a/content/self-host/client-deployment/_index.tr.md +++ b/content/self-host/client-deployment/_index.tr.md @@ -104,6 +104,7 @@ if ($arrService -eq $null) cd $env:ProgramFiles\RustDesk Start-Process .\rustdesk.exe --install-service Start-Sleep -seconds 20 + $arrService = Get-Service -Name $ServiceName } while ($arrService.Status -ne 'Running')