Update 'moviedrop.ps1'

This commit is contained in:
cbrand 2023-03-31 00:46:15 -07:00
parent e73f9c71da
commit aafa4a1ea7

View File

@ -41,3 +41,4 @@ foreach ($movie in $movies) {
Move-Item -Path $movie.FullName -Destination $targetPath -Force -ErrorAction Continue | Out-Null
}
chown cbrand:users $pathRoot