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