rmdir ability removed

This commit is contained in:
Luke Smith
2018-08-28 23:59:56 -04:00
parent 40af68bf38
commit ff9b81f5e2

View File

@@ -27,5 +27,5 @@ asktype() { \
if grep simple-mtpfs /etc/mtab; then if grep simple-mtpfs /etc/mtab; then
asktype asktype
else else
unmountusb && rmdiryn=$(printf "No\\nYes" | dmenu -i -p "Remove directory \`$chosen\`?") && [ "$rmdiryn" = "Yes" ] && (rmdir "$chosen" || sudo -A rmdir "$chosen") unmountusb
fi fi