]> _ Git - fluidbook_distantstorage.git/commitdiff
wip #5725
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 13 Feb 2023 09:07:38 +0000 (10:07 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 13 Feb 2023 09:07:38 +0000 (10:07 +0100)
README.md
update

index c60304c12a5f41b70f6ade7fffaf901277502d96..2e14c5c29055a07f8d172465b17b8c051bcefd44 100644 (file)
--- 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 11d7254fd2fd77c5bece0ae701e3d8a2223dda68..3fba0eab39c1de0aeb65f050d97408daae4d5780 100644 (file)
--- 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