diff --git a/content/self-host/client-deployment/_index.en.md b/content/self-host/client-deployment/_index.en.md index 59f08ff..293da9b 100644 --- a/content/self-host/client-deployment/_index.en.md +++ b/content/self-host/client-deployment/_index.en.md @@ -89,7 +89,7 @@ if ($rdver -eq $RustDeskOnGitHub.Version) if (!(Test-Path C:\Temp)) { - New-Item -ItemType Directory -Force -Path C:\Temp > null + New-Item -ItemType Directory -Force -Path C:\Temp | Out-Null } cd C:\Temp