mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-01-30 09:48:11 +01:00
rmdir ability removed
This commit is contained in:
parent
40af68bf38
commit
ff9b81f5e2
@ -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