update
Build and Push foundryvtt Docker Image / check-for-changes (push) Successful in 33s
Build and Push foundryvtt Docker Image / build (push) Successful in 59s
Build and Push foundryvtt Docker Image / generate-changelogs (push) Successful in 7s
Build and Push foundryvtt Docker Image / generate-build-info (push) Successful in 7s

This commit is contained in:
2026-07-16 13:53:28 -07:00
parent e0fd603866
commit 3a14fb3d97
+3 -2
View File
@@ -17,9 +17,10 @@ if [ ! -e /foundry/version-${FOUNDRYVTT_VERSION} ];
then then
echo "INFO ! Setting permissions for new/updated files" echo "INFO ! Setting permissions for new/updated files"
find /foundry \! -perm 776 -exec chmod 776 {} \; find /foundry \! -perm 776 -exec chmod 776 {} \;
# find /foundry \! -user 99 -exec chown 99 {} \; find /foundry \! -user 99 -exec chown 99 {} \;
# find /foundry \! -group 100 -exec chgrp 100 {} \; find /foundry \! -group 100 -exec chgrp 100 {} \;
chmod +x /foundry/fvtt/resources/app/main.js chmod +x /foundry/fvtt/resources/app/main.js
rm -fr /foundry/version-*
touch /foundry/version-${FOUNDRYVTT_VERSION} touch /foundry/version-${FOUNDRYVTT_VERSION}
else else
echo "INFO ! Starting Server" echo "INFO ! Starting Server"