fix(RemoteHandlerNfs): move mount points in /run/xo-server/mounts
Fixes vatesfr/xo-web#1405
This commit is contained in:
parent
8d390d256d
commit
4ab63b569f
@ -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 () {
|
||||
|
Loading…
Reference in New Issue
Block a user