mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2025-10-07 07:22:36 +02: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
|
||||
asktype
|
||||
else
|
||||
unmountusb && rmdiryn=$(printf "No\\nYes" | dmenu -i -p "Remove directory \`$chosen\`?") && [ "$rmdiryn" = "Yes" ] && (rmdir "$chosen" || sudo -A rmdir "$chosen")
|
||||
unmountusb
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user