From 2ef8f4f1c65e1d598d8a6d015b907275e1928382 Mon Sep 17 00:00:00 2001 From: OsikTech Date: Wed, 17 Aug 2022 16:44:43 +0200 Subject: [PATCH] add additional line in function OutputIDandPW --- WindowsAgentAIOInstall.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/WindowsAgentAIOInstall.ps1 b/WindowsAgentAIOInstall.ps1 index 76f4a2d..0780f10 100644 --- a/WindowsAgentAIOInstall.ps1 +++ b/WindowsAgentAIOInstall.ps1 @@ -18,6 +18,7 @@ function OutputIDandPW([String]$rustdesk_id, [String]$rustdesk_pw) { Write-Output("") Write-Output(" RustDesk-ID: $rustdesk_id") Write-Output(" RustDesk-Password: $rustdesk_pw") + Write-Output("") } If (!(Test-Path $env:Temp)) {