hypercore-protocol / hyperdrive-daemon

Hyperdrive, batteries included.
MIT License
156 stars 24 forks source link

fuse reported configured after force-unmount #64

Open juliangruber opened 4 years ago

juliangruber commented 4 years ago

Describe the bug After force unmounting the fuse filesystem it's still reported as configured.

To Reproduce

$ hyperdrive status
...
  Fuse Available:          true
  Fuse Configured:         true

$ hyperdrive force-unmount
Password: ***

$ hyperdrive status
...
  Fuse Available:          true
  Fuse Configured:         true

Expected Behavior

I expected this output:

$ hyperdrive status
...
  Fuse Available:          true
  Fuse Configured:         false

OS

macOS 10.15.5

Node version

12.14.0

Was the daemon installed from NPM or bundled with Beaker?

NPM