Merge pull request #95 from OpzekerIT/dev

loc
This commit is contained in:
Lanta 2023-11-12 11:49:59 +01:00 committed by GitHub
commit 5e8cfa2153
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -1,5 +1,6 @@
Start-Transcript -Path '/var/log/dtch/matchparser.log' -Append Start-Transcript -Path '/var/log/dtch/matchparser.log' -Append
Write-Output 'Running from' Write-Output 'Running from'
(Get-Location).path
. .\..\includes\ps1\lockfile.ps1 . .\..\includes\ps1\lockfile.ps1
new-lock new-lock

View file

@ -1,6 +1,6 @@
Start-Transcript -Path '/var/log/dtch/update_clan_members.log' -Append Start-Transcript -Path '/var/log/dtch/update_clan_members.log' -Append
Write-Output 'Running from' Write-Output 'Running from'
Get-Location (Get-Location).path
. .\..\includes\ps1\lockfile.ps1 . .\..\includes\ps1\lockfile.ps1
new-lock new-lock