From: Vincent Vanwaelscappel Date: Thu, 7 Apr 2022 17:31:22 +0000 (+0200) Subject: wip #5220 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=4d48ffadf47646a112f3eba2c3a1566bbf62effd;p=fluidbook_processfarm.git wip #5220 --- diff --git a/bin/mount b/bin/mount index 209522e..04cb797 100644 --- a/bin/mount +++ b/bin/mount @@ -1,2 +1,2 @@ #!/bin/sh -sshfs -o uid=fluidbookfarmer -o gid=fluidbookfarmer root@godzilla.cubedesigners.com:/data/fluidbook/docs /usr/local/fluidbook_processfarm/files \ No newline at end of file +sshfs -o uid=`id -u fluidbookfarmer` -o gid=`id -g fluidbookfarmer` root@godzilla.cubedesigners.com:/data/fluidbook/docs /usr/local/fluidbook_processfarm/files \ No newline at end of file