From 4ab63b569fc92c75c10702238c2630470eefa598 Mon Sep 17 00:00:00 2001 From: fufroma Date: Thu, 27 Oct 2016 15:56:33 +0200 Subject: [PATCH] fix(RemoteHandlerNfs): move mount points in /run/xo-server/mounts Fixes vatesfr/xo-web#1405 --- src/remote-handlers/nfs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/remote-handlers/nfs.js b/src/remote-handlers/nfs.js index 8247e1c6d..02de3b5ea 100644 --- a/src/remote-handlers/nfs.js +++ b/src/remote-handlers/nfs.js @@ -12,7 +12,7 @@ export default class NfsHandler extends LocalHandler { } _getRealPath () { - return `/tmp/xo-server/mounts/${this._remote.id}` + return `/run/xo-server/mounts/${this._remote.id}` } async _loadRealMounts () {