removed todo last one is rather minor
This commit is contained in:
parent
2e206acca7
commit
102ee41c0d
@ -16,9 +16,8 @@ Scale 0-5
|
|||||||
* 5 = Low priority
|
* 5 = Low priority
|
||||||
|
|
||||||
|
|
||||||
usbm 0
|
usbm 2
|
||||||
|
|
||||||
* Actually finishing the userland mount script
|
|
||||||
* Remove necessity for root
|
* Remove necessity for root
|
||||||
|
|
||||||
dwm-stat 4
|
dwm-stat 4
|
||||||
|
1
usm
1
usm
@ -15,7 +15,6 @@ if [ -z "$dev" ]; then exit; fi
|
|||||||
# Check if it's already mounted / something was even picked
|
# Check if it's already mounted / something was even picked
|
||||||
if grep -qs "$dev" /proc/mounts;
|
if grep -qs "$dev" /proc/mounts;
|
||||||
then
|
then
|
||||||
# unmount the drive
|
|
||||||
umount $dev
|
umount $dev
|
||||||
rm -d "$mntpnt/$name"
|
rm -d "$mntpnt/$name"
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user