rmdir ability removed
This commit is contained in:
parent
40af68bf38
commit
ff9b81f5e2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue