diff --git a/content/self-host/client-deployment/_index.en.md b/content/self-host/client-deployment/_index.en.md index 3c18f29..a80ca8f 100644 --- a/content/self-host/client-deployment/_index.en.md +++ b/content/self-host/client-deployment/_index.en.md @@ -69,7 +69,7 @@ $rustdesk_id = (.\RustDesk.exe --get-id | out-host) .\RustDesk.exe --config $rustdesk_cfg -.RustDesk.exe--password $rustdesk_pw +.\RustDesk.exe--password $rustdesk_pw Write-Output "..............................................." # Show the value of the ID Variable @@ -301,6 +301,6 @@ else fi # Echo the value of the password variable -echo "Password: $rustdesk_password" +echo "Password: $rustdesk_pw" echo "..............................................." ```