From 102ee41c0d4f4a35a101fb30ed4eda7e104a153c Mon Sep 17 00:00:00 2001 From: shockrahwow Date: Wed, 28 Aug 2019 17:40:59 -0700 Subject: [PATCH] removed todo last one is rather minor --- readme.md | 3 +-- usm | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) 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