s
This commit is contained in:
parent
dcbe548b38
commit
9445bbbc05
1 changed files with 1 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue