diff --git a/backupBitwarden.ps1 b/backupBitwarden.ps1 index 1ed290f..a5a3b93 100644 --- a/backupBitwarden.ps1 +++ b/backupBitwarden.ps1 @@ -20,6 +20,8 @@ while ($true) { } $bwStatus = $(ConvertFrom-Json $(bw status)) if ($bwStatus.Status -ne "locked") { + # just writing a new line + Write-Host " " Write-Warning "Unable to login, please try agian." } else { break