fix(RemoteHandlerNfs): move mount points in /run/xo-server/mounts

Fixes vatesfr/xo-web#1405
This commit is contained in:
fufroma 2016-10-27 15:56:33 +02:00 committed by Julien Fontanet
parent 8d390d256d
commit 4ab63b569f

View File

@ -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 () {