summaryrefslogtreecommitdiffstats
path: root/.scripts/dmenuumount
diff options
context:
space:
mode:
Diffstat (limited to '.scripts/dmenuumount')
-rwxr-xr-x.scripts/dmenuumount2
1 files changed, 1 insertions, 1 deletions
diff --git a/.scripts/dmenuumount b/.scripts/dmenuumount
index f70217f..95393db 100755
--- a/.scripts/dmenuumount
+++ b/.scripts/dmenuumount
@@ -27,5 +27,5 @@ asktype() { \
if grep simple-mtpfs /etc/mtab; then
asktype
else
- unmountusb && rmdiryn=$(printf "No\\nYes" | dmenu -i -p "Remove directory \`$chosen\`?") && [ "$rmdiryn" = "Yes" ] && (rmdir "$chosen" || sudo -A rmdir "$chosen")
+ unmountusb
fi