From 1a08260c91018530dc4b389e4c82215011ed4f54 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 12 Mar 2025 12:31:25 +0100 Subject: [PATCH] wait #7384 @0:20 --- .docker/alpha/update.sh | 2 +- bin/startup.sh | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.docker/alpha/update.sh b/.docker/alpha/update.sh index c8859e005..4645e3d58 100644 --- a/.docker/alpha/update.sh +++ b/.docker/alpha/update.sh @@ -6,5 +6,5 @@ docker compose down -v docker compose up -d ufw-docker allow fluidbook-toolbox-alpha docker exec -it fluidbook-toolbox-alpha /application/scripts/update.sh -find /data/toolbox/alpha/ -type d \( -path /data/toolbox/alpha/.docker \) -prune -o -exec chown -R toolbox:www-data {} \; +find /data/toolbox/alpha/ -type d \( -path /data/toolbox/alpha/.docker \) -prune -o -exec chown -R 1001:33 {} \; diff --git a/bin/startup.sh b/bin/startup.sh index 25931eb76..0f937d15e 100644 --- a/bin/startup.sh +++ b/bin/startup.sh @@ -4,7 +4,7 @@ umask 0000 chmod -R 777 /tmp chown -R root:root /etc/sudoers.d -chown -R toolbox:www-data /application/storage/framework +chown -R 1001:33 /application/storage/framework chmod 755 /etc/ssh/*.d chmod 600 /etc/ssh/*_key @@ -12,7 +12,7 @@ chmod 750 /application chmod 600 /application/.ssh/id_rsa chmod 700 /application/.ssh/ chmod 600 /application/.ssh/authorized_keys2 -chown -R toolbox:www-data /application/.ssh +chown -R 1001:33 /application/.ssh chmod 600 /root/.ssh/id_rsa chmod 700 /root/.ssh/ @@ -43,5 +43,5 @@ chown -R root:root /etc/monit && /usr/bin/monit /application/bin/mount.sh & # Launch PHP -/usr/sbin/php-fpm8.4 -O +/usr/sbin/php-fpm8.2 -O -- 2.39.5