test 2
All checks were successful
Build and Push foundryvtt Docker Image / check-for-changes (push) Successful in 30s
Build and Push foundryvtt Docker Image / build (push) Successful in 27s
Build and Push foundryvtt Docker Image / generate-changelogs (push) Successful in 35s
Build and Push foundryvtt Docker Image / generate-build-info (push) Successful in 6s
All checks were successful
Build and Push foundryvtt Docker Image / check-for-changes (push) Successful in 30s
Build and Push foundryvtt Docker Image / build (push) Successful in 27s
Build and Push foundryvtt Docker Image / generate-changelogs (push) Successful in 35s
Build and Push foundryvtt Docker Image / generate-build-info (push) Successful in 6s
This commit is contained in:
@@ -10,8 +10,8 @@ echo "Current FoundryVTT Release version is ${FVTT_VERSION}."
|
|||||||
|
|
||||||
# Set permissions.
|
# Set permissions.
|
||||||
mkdir -p /foundry/fvtt /foundry/data
|
mkdir -p /foundry/fvtt /foundry/data
|
||||||
find /foundry \! -user 99 -exec chown 99 {} \;
|
find /foundry -type d \! -user 99 -exec chown 99 {} \;
|
||||||
find /foundry \! -group 100 -exec chgrp 100 {} \;
|
find /foundry -type d \! -group 100 -exec chgrp 100 {} \;
|
||||||
find /foundry \! -perm 776 -exec chmod 776 {} \;
|
find /foundry \! -perm 776 -exec chmod 776 {} \;
|
||||||
chmod +x /foundry/fvtt/resources/app/main.js
|
chmod +x /foundry/fvtt/resources/app/main.js
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user