From 3b82b2ce2546e0b45d3f4be0e9a3e1467ec22094 Mon Sep 17 00:00:00 2001 From: fithwum Date: Wed, 29 Apr 2026 07:47:11 -0700 Subject: [PATCH] update --- 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 5abec34..b65b669 100644 --- a/alpine/files/Install_Script.sh +++ b/alpine/files/Install_Script.sh @@ -11,8 +11,8 @@ echo "Current FoundryVTT Release version is ${FVTT_VERSION}." # Set permissions. mkdir -p /foundry/fvtt /foundry/data # chown 99:100 -R /foundry -find /foundry ! -user 99 -exec chown 99 {} \; -find /foundry ! -group 100 -exec chgrp 100 {} \; +# find /foundry ! -user 99 -exec chown 99 {} \; +# find /foundry ! -group 100 -exec chgrp 100 {} \; # chmod 776 -R /foundry find /foundry ! -perm 776 -exec chmod 776 {} \; chmod +x /foundry/fvtt/resources/app/main.js