]> _ Git - fluidbook_processfarm.git/commitdiff
wait #6296 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 21 Sep 2023 07:31:42 +0000 (09:31 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 21 Sep 2023 07:31:42 +0000 (09:31 +0200)
update

diff --git a/update b/update
index 6a1b3948bb2cbdc91d4be9b8ee3d0916bac4705f..f0d8855775f742e706507d4f2e62b2d1bbd90ffc 100755 (executable)
--- 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