We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e82303f commit ccb6449Copy full SHA for ccb6449
app/src/main/java/org/andbootmgr/app/util/SDLessUtils.kt
@@ -43,8 +43,7 @@ object SDLessUtils {
43
val dmPath = File(logic.dmBase, name)
44
if (SuFile.open(dmPath.toURI()).exists())
45
return Shell.cmd(
46
- "dmsetup remove " + (if (force) "-f " else "") +
47
- "--retry $name"
+ "dmsetup remove " + (if (force) "-f " else "") + name
48
).let {
49
if (terminal != null)
50
it.to(terminal)
0 commit comments