diff --git a/moviedrop.ps1 b/moviedrop.ps1 index 383160f..3cb1b66 100644 --- a/moviedrop.ps1 +++ b/moviedrop.ps1 @@ -40,4 +40,5 @@ foreach ($movie in $movies) { $targetPath = Join-Path -Path $pathRoot -ChildPath $targetFolder Move-Item -Path $movie.FullName -Destination $targetPath -Force -ErrorAction Continue | Out-Null -} \ No newline at end of file +} +chown cbrand:users $pathRoot \ No newline at end of file