From f4fbb2279532db80bf3d5af982ff97bf8629f3a4 Mon Sep 17 00:00:00 2001 From: fithwum Date: Wed, 29 Apr 2026 07:52:03 -0700 Subject: [PATCH] test --- alpine/files/Install_Script.sh | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/alpine/files/Install_Script.sh b/alpine/files/Install_Script.sh index b65b669..f6a8f16 100644 --- a/alpine/files/Install_Script.sh +++ b/alpine/files/Install_Script.sh @@ -10,11 +10,9 @@ 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 {} \; -# chmod 776 -R /foundry -find /foundry ! -perm 776 -exec chmod 776 {} \; +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 # Run.