From 27e41292c38e776899bc06550d537aad626450e0 Mon Sep 17 00:00:00 2001 From: cbrand Date: Thu, 30 Mar 2023 02:15:51 -0700 Subject: [PATCH] Update 'capture.ps1' --- capture.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/capture.ps1 b/capture.ps1 index a9aaa59..b5af527 100644 --- a/capture.ps1 +++ b/capture.ps1 @@ -30,3 +30,5 @@ foreach ($file in $fileList) { } } } + +chown go:go ./* -R \ No newline at end of file