Queue next user after configuration finished

This commit is contained in:
Manuel Thalmann 2024-08-10 15:20:36 +02:00
parent 0f8afcc4cc
commit 46d22638db

View file

@ -528,6 +528,9 @@ $null = New-Module {
}
}
}
Set-CurrentUser ($currentUser + 1);
continue;
}
Set-IsFinished $true;