From 772178eba71bc0a971d15d0490307dcb0ee0f370 Mon Sep 17 00:00:00 2001 From: fithwum Date: Fri, 17 Jul 2026 18:28:11 -0700 Subject: [PATCH] updates --- alpine/Dockerfile | 2 +- alpine/{files => }/Install_Script.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename alpine/{files => }/Install_Script.sh (88%) diff --git a/alpine/Dockerfile b/alpine/Dockerfile index c5534b2..65e0697 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:latest LABEL maintainer="fithwum" -ARG INSTALL_SCRIPT=https://gitea.fithwum.tech/fithwum/foundryvtt/raw/branch/master/alpine/files/Install_Script.sh +ARG INSTALL_SCRIPT=https://gitea.fithwum.tech/fithwum/foundryvtt/raw/branch/master/alpine/Install_Script.sh ENV PUID=99 ENV GUID=100 diff --git a/alpine/files/Install_Script.sh b/alpine/Install_Script.sh similarity index 88% rename from alpine/files/Install_Script.sh rename to alpine/Install_Script.sh index 0e6176b..97305bf 100644 --- a/alpine/files/Install_Script.sh +++ b/alpine/Install_Script.sh @@ -17,8 +17,8 @@ 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}