commit
bdd238cb2d
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
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
|
(Get-Location).path
|
||||||
. .\..\includes\ps1\lockfile.ps1
|
. ./../includes/ps1/lockfile.ps1
|
||||||
|
|
||||||
new-lock
|
new-lock
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
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).path
|
(Get-Location).path
|
||||||
. .\..\includes\ps1\lockfile.ps1
|
. ./../includes/ps1/lockfile.ps1
|
||||||
|
|
||||||
new-lock
|
new-lock
|
||||||
if ($PSScriptRoot.length -eq 0) {
|
if ($PSScriptRoot.length -eq 0) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue