This commit is contained in:
Lanta 2025-04-03 11:23:19 +02:00
parent dcbe548b38
commit 9445bbbc05

View file

@ -1,6 +1,4 @@
 if ($PSScriptRoot.length -eq 0) {
if ($PSScriptRoot.length -eq 0) {
$scriptroot = Get-Location $scriptroot = Get-Location
} }
else { else {
@ -8,7 +6,6 @@ else {
} }
$logprefix = get-date -Format ddMMyyy_HHmmss $logprefix = get-date -Format ddMMyyy_HHmmss
#up
Start-Transcript -Path "$scriptroot/../logs/report_new_matches_$logprefix.log" -Append Start-Transcript -Path "$scriptroot/../logs/report_new_matches_$logprefix.log" -Append
. $scriptroot\..\includes\ps1\lockfile.ps1 . $scriptroot\..\includes\ps1\lockfile.ps1