From 12eba4ae4d91507525661a1e4c62c2a3f251458f Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 13 Feb 2023 10:07:38 +0100 Subject: [PATCH] wip #5725 --- README.md | 2 +- update | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c60304c..2e14c5c 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ On the farming server : -`apt install -y git docker-composer-plugin;mkdir -p /docker/fluidbook-distantstorage;cd /docker/fluidbook-distantstorage;git clone git://git.cubedesigners.com/fluidbook_distantstorage.git .;./update` \ No newline at end of file +`apt install -y git docker-composer-plugin;mkdir -p /docker/fluidbook-distantstorage;cd /docker/fluidbook-distantstorage;git clone git://git.cubedesigners.com/fluidbook_distantstorage.git .;chmod 755 update;chmod 755 startup;./update` \ No newline at end of file diff --git a/update b/update index 11d7254..3fba0ea 100644 --- a/update +++ b/update @@ -6,7 +6,8 @@ git fetch --all git reset --hard origin/master git stash git pull origin master -chmod 755 /docker/fluidbook-distantstorage/app/bin/* +chmod 755 /docker/fluidbook-distantstorage/update +chmod 755 /docker/fluidbook-distantstorage/startup chmod 755 /docker/fluidbook-distantstorage/ssh chmod 600 /docker/fluidbook-distantstorage/ssh/id_rsa DOCKER_BUILDKIT=1 docker compose build -- 2.39.5