This website works better with JavaScript.
Home
Explore
Help
Sign In
Immanuel
/
nnn
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix nmount on blank entry
master
Arun Prakash Jana
5 years ago
parent
78de6b5752
commit
bd2831498c
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
plugins/nmount
+ 5
- 0
plugins/nmount
View File
@@ -10,6 +10,11 @@ lsblk
echo
echo -n "device (e.g. sdc2): "
read dev
if [ -z "$dev" ]; then
exit 1
fi
echo
if grep -qs "$dev " /proc/mounts; then
Write
Preview
Loading…
Cancel
Save