mirror of
https://github.com/kvz/bash3boilerplate.git
synced 2025-06-11 19:11:32 +00:00
Fix typos in megamount (#89)
This commit is contained in:
parent
9f3aa6ead9
commit
eac5ad8022
@ -14,6 +14,7 @@ Released: TBA.
|
|||||||
[Diff](https://github.com/kvz/bash3boilerplate/compare/v2.3.0...master).
|
[Diff](https://github.com/kvz/bash3boilerplate/compare/v2.3.0...master).
|
||||||
|
|
||||||
- [ ] Upgrade to `lanyon@0.0.55`
|
- [ ] Upgrade to `lanyon@0.0.55`
|
||||||
|
- [x] Fix typos in megamount (thanks @gsaponaro)
|
||||||
|
|
||||||
## v2.3.0
|
## v2.3.0
|
||||||
|
|
||||||
|
@ -162,6 +162,7 @@ We are looking for endorsements! Are you also using b3bp? [Let us know](https://
|
|||||||
- [@skanga](https://github.com/skanga) (feedback)
|
- [@skanga](https://github.com/skanga) (feedback)
|
||||||
- [galaktos](https://www.reddit.com/user/galaktos) (feedback)
|
- [galaktos](https://www.reddit.com/user/galaktos) (feedback)
|
||||||
- [@moviuro](https://github.com/moviuro) (feedback)
|
- [@moviuro](https://github.com/moviuro) (feedback)
|
||||||
|
- [Giovanni Saponaro](https://github.com/gsaponaro) (feedback)
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
# This file:
|
# This file:
|
||||||
#
|
#
|
||||||
# - Takes a URL (smb, nfs, afs) and tries to mount it at a given target directory
|
# - Takes a URL (smb, nfs, afs) and tries to mount it at a given target directory
|
||||||
# - Forceully unmounts any active mount at the target directory first
|
# - Forcefully unmounts any active mount at the target directory first
|
||||||
# - Displays the mounts contents for verification
|
# - Displays the mount's contents for verification
|
||||||
#
|
#
|
||||||
# Depends on:
|
# Depends on:
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user