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
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