loc #95

Merged
OpzekerIT merged 1 commit from dev into main 2023-11-12 10:49:59 +00:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit e06a19eaac - Show all commits

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