Merge branch 'dev' of https://github.com/OpzekerIT/pubg into dev

This commit is contained in:
Lanta 2023-10-02 09:43:35 +02:00
commit fdbce31ffb
2 changed files with 11 additions and 2 deletions

View file

@ -1,4 +1,7 @@
. .\..\includes\ps1\lockfile.ps1
new-lock
if ($PSScriptRoot.length -eq 0) {
$scriptroot = Get-Location
@ -95,4 +98,5 @@ $payload = [PSCustomObject]@{
}
Invoke-RestMethod -Uri $webhookurl -Method Post -Body ($payload | ConvertTo-Json) -ContentType 'Application/Json'
Invoke-RestMethod -Uri $webhookurl -Method Post -Body ($payload | ConvertTo-Json) -ContentType 'Application/Json'
remove-lock