Merge pull request #288 from dinger1986/master

fix typos in scripts
This commit is contained in:
RustDesk 2023-09-11 08:42:52 +08:00 committed by GitHub
commit 3cb3b8c914
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 "..............................................."
```