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