diff --git a/update/matchparser.ps1 b/update/matchparser.ps1 index 44c7ad6..4c5c21f 100644 --- a/update/matchparser.ps1 +++ b/update/matchparser.ps1 @@ -1,7 +1,7 @@ Start-Transcript -Path '/var/log/dtch/matchparser.log' -Append Write-Output 'Running from' (Get-Location).path -. .\..\includes\ps1\lockfile.ps1 +. ./../includes/ps1/lockfile.ps1 new-lock diff --git a/update/update_clan_members.ps1 b/update/update_clan_members.ps1 index 7279ee6..d289b7f 100644 --- a/update/update_clan_members.ps1 +++ b/update/update_clan_members.ps1 @@ -1,7 +1,7 @@ Start-Transcript -Path '/var/log/dtch/update_clan_members.log' -Append Write-Output 'Running from' (Get-Location).path -. .\..\includes\ps1\lockfile.ps1 +. ./../includes/ps1/lockfile.ps1 new-lock if ($PSScriptRoot.length -eq 0) {