From 3a14fb3d9792d062535e6f0a68642600de88aed8 Mon Sep 17 00:00:00 2001 From: fithwum Date: Thu, 16 Jul 2026 13:53:28 -0700 Subject: [PATCH] update --- alpine/files/Install_Script.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/alpine/files/Install_Script.sh b/alpine/files/Install_Script.sh index 6a87193..0e6176b 100644 --- a/alpine/files/Install_Script.sh +++ b/alpine/files/Install_Script.sh @@ -17,9 +17,10 @@ if [ ! -e /foundry/version-${FOUNDRYVTT_VERSION} ]; then echo "INFO ! Setting permissions for new/updated files" find /foundry \! -perm 776 -exec chmod 776 {} \; - # find /foundry \! -user 99 -exec chown 99 {} \; - # find /foundry \! -group 100 -exec chgrp 100 {} \; + find /foundry \! -user 99 -exec chown 99 {} \; + find /foundry \! -group 100 -exec chgrp 100 {} \; chmod +x /foundry/fvtt/resources/app/main.js + rm -fr /foundry/version-* touch /foundry/version-${FOUNDRYVTT_VERSION} else echo "INFO ! Starting Server"