Cleaned from tests

pull/166/head
KnifMelti 2022-09-20 21:35:22 +02:00
parent d296f955ce
commit 322cd19b6e
1 changed files with 0 additions and 13 deletions

View File

@ -65,16 +65,3 @@ function Test-ListPath ($ListPath, $UseWhiteList, $WingetUpdatePath) {
}
return $false
}
# $WingetUpdatePath = "$env:ProgramData\Winget-AutoUpdate"
# $ListPath = "https://www.knifmelti.se"
# #$ListPath = "D:\Temp"
# #$ListPath = "\\TempSERVER"
# #$UseWhiteList = $true
# #White List or Black List in share/online if differs
# if ($WingetUpdatePath -ne $ListPath){
# $NoClean = Test-ListPath $ListPath $UseWhiteList $WingetUpdatePath
# }
# Write-Host $NoClean