From 5bcf8f8025f6e8aee4d966b0c9cdcaeebcbe1300 Mon Sep 17 00:00:00 2001 From: Thijs Stobbelaar Date: Wed, 22 Nov 2023 22:13:34 +0100 Subject: [PATCH] s --- includes/ps1/lockfile.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/ps1/lockfile.ps1 b/includes/ps1/lockfile.ps1 index 82005cf..2db8ad5 100644 --- a/includes/ps1/lockfile.ps1 +++ b/includes/ps1/lockfile.ps1 @@ -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