From 1d00dd558a51f3792960d861319675bfff799fca Mon Sep 17 00:00:00 2001 From: Lanta Date: Sun, 12 Nov 2023 11:52:06 +0100 Subject: [PATCH] ss --- update/matchparser.ps1 | 2 +- update/update_clan_members.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) {