fix
This commit is contained in:
parent
b798ff1977
commit
114af61930
2 changed files with 35 additions and 21 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue