@@ -3,5 +3,5 @@ const os = require('os')
module.exports = {
storage: path.join(os.homedir(), '.cobox'),
- mountdir: path.join('/', 'cobox')
+ mount: path.join(os.homedir(), 'cobox')
}