From f95536b0309285d153026558c0c4d8d8156c78ea Mon Sep 17 00:00:00 2001 From: fithwum Date: Wed, 29 Apr 2026 07:59:54 -0700 Subject: [PATCH] test 2 --- alpine/files/Install_Script.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alpine/files/Install_Script.sh b/alpine/files/Install_Script.sh index f6a8f16..e2ae5dd 100644 --- a/alpine/files/Install_Script.sh +++ b/alpine/files/Install_Script.sh @@ -10,8 +10,8 @@ echo "Current FoundryVTT Release version is ${FVTT_VERSION}." # Set permissions. mkdir -p /foundry/fvtt /foundry/data -find /foundry \! -user 99 -exec chown 99 {} \; -find /foundry \! -group 100 -exec chgrp 100 {} \; +find /foundry -type d \! -user 99 -exec chown 99 {} \; +find /foundry -type d \! -group 100 -exec chgrp 100 {} \; find /foundry \! -perm 776 -exec chmod 776 {} \; chmod +x /foundry/fvtt/resources/app/main.js