From: Vincent Vanwaelscappel Date: Mon, 13 Feb 2023 09:07:38 +0000 (+0100) Subject: wip #5725 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=12eba4ae4d91507525661a1e4c62c2a3f251458f;p=fluidbook_distantstorage.git wip #5725 --- 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