diff --git a/scripts/Windows/Software/Nextcloud/Manage.ps1 b/scripts/Windows/Software/Nextcloud/Manage.ps1 index b33fa501..312beaaf 100644 --- a/scripts/Windows/Software/Nextcloud/Manage.ps1 +++ b/scripts/Windows/Software/Nextcloud/Manage.ps1 @@ -8,7 +8,7 @@ $null = New-Module { while (-not (Test-Path $context.GetNextcloudConfigFile())) { Write-Host "Nextcloud has been installed!"; - Write-Host "Please log in in the Nextcloud app to continue."; + Read-Host "Please log in in the Nextcloud app and hit enter to continue"; if (-not (Test-Path $context.GetNextcloudConfigFile())) { Write-Error "The login seems to have failed. Please try again.";