mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2026-01-30 15:34:07 +01:00
Dont error on fail to remove tmp folder
This commit is contained in:
@@ -2,7 +2,7 @@ if ($(Split-Path -Path (Get-Location) -Leaf) -eq "scripts" ) {
|
||||
Set-Location ..
|
||||
}
|
||||
|
||||
Remove-Item -Recurse -Force "tmp" | Out-Null
|
||||
Remove-Item -Recurse -Force "tmp" -ErrorAction SilentlyContinue | Out-Null
|
||||
New-Item -ItemType Directory -Force -Path "tmp"
|
||||
|
||||
Write-Output "Getting latest Tachidesk build files"
|
||||
|
||||
Reference in New Issue
Block a user