From aafa4a1ea7554d79c56e7db8272b54ea34500c3b Mon Sep 17 00:00:00 2001 From: cbrand Date: Fri, 31 Mar 2023 00:46:15 -0700 Subject: [PATCH] Update 'moviedrop.ps1' --- moviedrop.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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