Dev #212

Merged
OpzekerIT merged 3 commits from dev into main 2025-04-03 09:38:14 +00:00
Showing only changes of commit 9445bbbc05 - Show all commits

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