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"