This commit is contained in:
Lanta 2023-11-12 11:03:23 +01:00
parent b798ff1977
commit 114af61930
2 changed files with 35 additions and 21 deletions

View file

@ -1,4 +1,6 @@
. .\..\includes\ps1\lockfile.ps1
Start-Transcript -Path '/var/log/dtch/update_clan_members.log' -Append
. .\..\includes\ps1\lockfile.ps1
new-lock
if ($PSScriptRoot.length -eq 0) {
@ -125,4 +127,6 @@ $lifetimestats['updated'] = $formattedString
$lifetimestats | convertto-json -Depth 100 | out-file "$scriptroot/../data/player_lifetime_data.json"
remove-lock
remove-lock
$Error
Stop-Transcript