removed todo last one is rather minor

This commit is contained in:
shockrahwow 2019-08-28 17:40:59 -07:00
parent 2e206acca7
commit 102ee41c0d
2 changed files with 1 additions and 3 deletions

View File

@ -16,9 +16,8 @@ Scale 0-5
* 5 = Low priority
usbm 0
usbm 2
* Actually finishing the userland mount script
* Remove necessity for root
dwm-stat 4

1
usm
View File

@ -15,7 +15,6 @@ if [ -z "$dev" ]; then exit; fi
# Check if it's already mounted / something was even picked
if grep -qs "$dev" /proc/mounts;
then
# unmount the drive
umount $dev
rm -d "$mntpnt/$name"
else