Wait for user to log in to nextcloud
This commit is contained in:
parent
550cb86241
commit
010fc4342e
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ $null = New-Module {
|
||||||
|
|
||||||
while (-not (Test-Path $context.GetNextcloudConfigFile())) {
|
while (-not (Test-Path $context.GetNextcloudConfigFile())) {
|
||||||
Write-Host "Nextcloud has been installed!";
|
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())) {
|
if (-not (Test-Path $context.GetNextcloudConfigFile())) {
|
||||||
Write-Error "The login seems to have failed. Please try again.";
|
Write-Error "The login seems to have failed. Please try again.";
|
||||||
|
|
Loading…
Reference in a new issue