From 106ed0969de41baefcf102ef9defd08b3532af9d Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 1 Feb 2023 10:09:18 +0100 Subject: [PATCH] wip #5701 @0.5 --- README.md | 2 +- app/bin/mount | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6dd4b90..f7ca9fa 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ On the farming server : -`apt install -y git;mkdir -p /docker/fluidbook-processfarm;cd /docker/fluidbook-processfarm;git clone git://git.cubedesigners.com/fluidbook_processfarm.git .;./update` \ No newline at end of file +`apt install -y git docker-composer-plugin;mkdir -p /docker/fluidbook-processfarm;cd /docker/fluidbook-processfarm;git clone git://git.cubedesigners.com/fluidbook_processfarm.git .;./update` \ No newline at end of file diff --git a/app/bin/mount b/app/bin/mount index a2da5dc..9052f5e 100755 --- a/app/bin/mount +++ b/app/bin/mount @@ -4,4 +4,11 @@ if mountpoint -q "/files"; then : else sshfs -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3 -o uid=33 -o gid=33 -o allow_other root@godzilla.cubedesigners.com:/data/fluidbook/docs /files +fi + +mkdir -p /usfiles +if mountpoint -q "/usfiles"; then + : +else + sshfs -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3 -o uid=33 -o gid=33 -o allow_other fluidbook@kingkong.cubedesigners.com:/home/fluidbook/data/docs /usfiles fi \ No newline at end of file -- 2.39.5