lock mechanism improvements #141

Merged
OpzekerIT merged 2 commits from dev into main 2023-11-22 21:14:50 +00:00
Showing only changes of commit 5bcf8f8025 - Show all commits

View file

@ -32,7 +32,6 @@ function new-lock {
Write-Output "Unable to create lockfile, error: $_. Resuming lock loop."
}
}
if ($i -ge $timeout) {
Write-Output "Timed out after $timeout attempts."
exit