From: Vincent Vanwaelscappel Date: Thu, 21 Sep 2023 07:31:42 +0000 (+0200) Subject: wait #6296 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=daa485799ef473d49633b72937566e22cb756cc4;p=fluidbook_processfarm.git wait #6296 @0.25 --- 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