From 8c1f0b47786d2b80b2bebf327453ed18594f2f1f Mon Sep 17 00:00:00 2001 From: James Hackett Date: Thu, 4 Jan 2024 01:42:05 +0000 Subject: [PATCH] Update fixperms script --- fixperms.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fixperms.sh b/fixperms.sh index e55b09d..ff4cfbc 100644 --- a/fixperms.sh +++ b/fixperms.sh @@ -1,5 +1,7 @@ #!/bin/bash +sudo chown -R root:nomad ./jobs + sudo find . -type d -exec chmod 775 {} \; sudo find . -type f -exec chmod 664 {} \;