From: Vincent Vanwaelscappel Date: Thu, 22 Feb 2024 14:13:34 +0000 (+0100) Subject: wip #6717 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=f9ab9d455f300556893f7848e4ba4e8aab6bc70c;p=fluidbook-toolbox.git wip #6717 @0.5 --- diff --git a/.docker/dev/update.sh b/.docker/dev/update.sh index 3fe7fd0c9..40a552d74 100644 --- a/.docker/dev/update.sh +++ b/.docker/dev/update.sh @@ -1,9 +1,12 @@ #!/bin/sh cd /docker/fluidbook-toolbox-dev docker plugin install ucphhpc/sshfs --grant-all-permissions +chown root:root /home/toolbox/dev/.docker/config/cron/host;ln -sf /home/toolbox/dev/.docker/config/cron/host /etc/cron.d/toolbox +chown root:root /home/toolbox/dev/.docker/config/sudoers docker network create fluidbook-toolbox-dev docker compose down docker volume rm fluidbook-toolbox-dev_sshfsusstorage +docker volume rm fluidbook-toolbox-dev_docs docker compose up -d docker exec -it fluidbook-toolbox-dev /application/scripts/update.sh -find /home/toolbox/dev/ -type d \( -path /home/toolbox/dev/.docker \) -prune -o -exec chown -R toolbox:www-data {} \; +/home/toolbox/dev/scripts/fixrights.sh