mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
rmdir ability removed
This commit is contained in:
parent
c5f45db50d
commit
7684576c63
@ -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…
x
Reference in New Issue
Block a user