From daa485799ef473d49633b72937566e22cb756cc4 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 21 Sep 2023 09:31:42 +0200 Subject: [PATCH] wait #6296 @0.25 --- update | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/update b/update index 6a1b394..f0d8855 100755 --- a/update +++ b/update @@ -6,14 +6,14 @@ git fetch --all git reset --hard origin/master git stash git pull origin master -chmod 755 /docker/fluidbook-processfarm/app/bin/* -chmod 755 /docker/fluidbook-processfarm/app/vendor/cubist/pdf/resources/tools/fwstk.sh -chmod 755 /docker/fluidbook-processfarm/app/vendor/fluidbook/tools/resources/tools/svgcleaner/svgcleaner -chmod 755 /docker/fluidbook-processfarm/ssh -chmod 600 /docker/fluidbook-processfarm/ssh/id_rsa +chmod 755 ./app/bin/* +chmod 755 ./ssh +chmod 600 ./ssh/id_rsa DOCKER_BUILDKIT=1 docker compose build docker compose down docker compose up -d #docker exec fluidbook-processfarm apt update #docker exec fluidbook-processfarm apt upgrade -y -docker exec fluidbook-processfarm composer update \ No newline at end of file +docker exec fluidbook-processfarm composer update +chmod 755 ./app/vendor/cubist/pdf/resources/tools/fwstk.sh +chmod 755 ./app/vendor/fluidbook/tools/resources/tools/svgcleaner/svgcleaner \ No newline at end of file -- 2.39.5