@ -1,3 +1,5 @@
## 🛠 sshfsmanager install method
```bash
@ -63,11 +63,7 @@ mnt() {
test $? = 0 && echo "$mount is mounted" || echo "Error occured while mount"
}
init() {
# check if all requirements are met
check
# configure the chosen host
configure "$1"
# mount or unmount filesystem
toggleMount "$1"
configure "$1" # configure the chosen host
toggleMount "$1" # mount or unmount filesystem