From 9445bbbc05ac9c4ac25ecf04616ccaf1bbcbcf7c Mon Sep 17 00:00:00 2001 From: Lanta Date: Thu, 3 Apr 2025 11:23:19 +0200 Subject: [PATCH] s --- discord/report_new_matches.ps1 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/discord/report_new_matches.ps1 b/discord/report_new_matches.ps1 index bebe835..483146d 100644 --- a/discord/report_new_matches.ps1 +++ b/discord/report_new_matches.ps1 @@ -1,6 +1,4 @@ - - -if ($PSScriptRoot.length -eq 0) { +if ($PSScriptRoot.length -eq 0) { $scriptroot = Get-Location } else { @@ -8,7 +6,6 @@ else { } $logprefix = get-date -Format ddMMyyy_HHmmss -#up Start-Transcript -Path "$scriptroot/../logs/report_new_matches_$logprefix.log" -Append . $scriptroot\..\includes\ps1\lockfile.ps1