From: Vincent Vanwaelscappel Date: Tue, 21 Feb 2023 19:10:12 +0000 (+0100) Subject: wip #5524 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=076af85fb0769d23165888c4e27fda3098b0c0a1;p=fluidbook_processfarm.git wip #5524 @0.25 --- diff --git a/app/bin/mount b/app/bin/mount index 693f592..3d64ab1 100755 --- a/app/bin/mount +++ b/app/bin/mount @@ -17,5 +17,5 @@ mkdir -p /toolbox if mountpoint -q "/toolbox"; then : else - sshfs -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3 -p 58745 -o uid=33 -o gid=33 -o allow_other root@alphaville.cubedesigners.com:/application /toolbox + sshfs -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3 -p 58745 -o uid=33 -o gid=33 -o allow_other root@alphaville.cubedesigners.com:/application/protected/fluidbookpublication /toolbox fi \ No newline at end of file diff --git a/app/ping.php b/app/ping.php index 6b4e62a..07583b4 100644 --- a/app/ping.php +++ b/app/ping.php @@ -1,2 +1,2 @@