From 42682eff6fa4f4f30d38d391f80ce00125831d90 Mon Sep 17 00:00:00 2001 From: dinger1986 Date: Sun, 10 Sep 2023 20:24:39 +0100 Subject: [PATCH 1/2] Update _index.en.md --- content/self-host/client-deployment/_index.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/self-host/client-deployment/_index.en.md b/content/self-host/client-deployment/_index.en.md index b8357b5..d30f38c 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 From 1c2c7cf418399b74e767cf8e7a53461eaa367f5a Mon Sep 17 00:00:00 2001 From: dinger1986 Date: Sun, 10 Sep 2023 20:47:07 +0100 Subject: [PATCH 2/2] Update _index.en.md --- content/self-host/client-deployment/_index.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/self-host/client-deployment/_index.en.md b/content/self-host/client-deployment/_index.en.md index d30f38c..fd591cf 100644 --- a/content/self-host/client-deployment/_index.en.md +++ b/content/self-host/client-deployment/_index.en.md @@ -301,6 +301,6 @@ else fi # Echo the value of the password variable -echo "Password: $rustdesk_password" +echo "Password: $rustdesk_pw" echo "..............................................." ```