Skip to content

Commit ccb6449

Browse files
committed
fixup! DroidBootFlow: Drop --retry from dmsetup
1 parent e82303f commit ccb6449

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/src/main/java/org/andbootmgr/app/util/SDLessUtils.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ object SDLessUtils {
4343
val dmPath = File(logic.dmBase, name)
4444
if (SuFile.open(dmPath.toURI()).exists())
4545
return Shell.cmd(
46-
"dmsetup remove " + (if (force) "-f " else "") +
47-
"--retry $name"
46+
"dmsetup remove " + (if (force) "-f " else "") + name
4847
).let {
4948
if (terminal != null)
5049
it.to(terminal)

0 commit comments

Comments
 (0)