diff --git a/readme.md b/readme.md index 0e37dbd..e79ba1e 100644 --- a/readme.md +++ b/readme.md @@ -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 diff --git a/usm b/usm index 4199eb3..2f6c33d 100755 --- a/usm +++ b/usm @@ -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