From 4d48ffadf47646a112f3eba2c3a1566bbf62effd Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 7 Apr 2022 19:31:22 +0200 Subject: [PATCH] wip #5220 --- bin/mount | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5