From 51e365c87a3ed82aec15faab6e2f031c70ab24e2 Mon Sep 17 00:00:00 2001 From: cbrand Date: Fri, 31 Mar 2023 00:50:01 -0700 Subject: [PATCH] Update 'moviedrop.ps1' --- moviedrop.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/moviedrop.ps1 b/moviedrop.ps1 index 3cb1b66..2582254 100644 --- a/moviedrop.ps1 +++ b/moviedrop.ps1 @@ -39,6 +39,7 @@ foreach ($movie in $movies) { $targetPath = Join-Path -Path $pathRoot -ChildPath $targetFolder + Write-Host "Move-Item -Path '$($movie.FullName)' -Destination '$($targetPath)'" Move-Item -Path $movie.FullName -Destination $targetPath -Force -ErrorAction Continue | Out-Null } chown cbrand:users $pathRoot \ No newline at end of file