update test
All checks were successful
Build and Push foundryvtt Docker Image / check-for-changes (push) Successful in 6s
Build and Push foundryvtt Docker Image / build (push) Successful in 24s
Build and Push foundryvtt Docker Image / generate-changelogs (push) Successful in 8s
Build and Push foundryvtt Docker Image / generate-build-info (push) Successful in 6s

This commit is contained in:
2026-04-29 07:34:53 -07:00
parent a51eb6d786
commit 0b5ceaf964

View File

@@ -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.