From 3ba87fd00874816e122fbb6335bd2aa1cf902f76 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 8 Apr 2022 10:10:02 +0200 Subject: [PATCH] wip #5220 --- bin/mount | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mount b/bin/mount index 7949575..b2a6c71 100644 --- a/bin/mount +++ b/bin/mount @@ -1,6 +1,6 @@ #!/bin/sh if mountpoint -q "/usr/local/fluidbook_processfarm/files"; then - echo "mount ok" + echo "" else sshfs -o uid=`id -u fluidbookfarmer` -o gid=`id -g fluidbookfarmer` root@godzilla.cubedesigners.com:/data/fluidbook/docs /usr/local/fluidbook_processfarm/files fi -- 2.39.5