From be9dcb6a015bc98b53de6a21c4bed768dc20cc19 Mon Sep 17 00:00:00 2001 From: fithwum Date: Wed, 29 Apr 2026 08:04:39 -0700 Subject: [PATCH] test 3 --- 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 e2ae5dd..e626495 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 -type d \! -user 99 -exec chown 99 {} \; -find /foundry -type d \! -group 100 -exec chgrp 100 {} \; +# find /foundry \! -user 99 -exec chown 99 {} \; +# find /foundry \! -group 100 -exec chgrp 100 {} \; find /foundry \! -perm 776 -exec chmod 776 {} \; chmod +x /foundry/fvtt/resources/app/main.js