Updated the scripts

This commit is contained in:
Markus Fleschutz
2021-02-22 08:19:03 +01:00
parent a9d32e160c
commit 8a0489ff5f
2 changed files with 4 additions and 4 deletions

View File

@ -21,7 +21,7 @@ try {
$URL = $Row.URL
$Directory = $Row.Directory
write-output ""
if (Test-Path($Directory)) {
if (Test-Path $Directory) {
write-output "Skipping existing $Directory ..."
continue
}