Skip to content
This repository was archived by the owner on May 21, 2026. It is now read-only.

Commit 3bb9b76

Browse files
committed
小错误
1 parent 54488ae commit 3bb9b76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/com/dashboard/kotlin/clashhelper/ClashConfig.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ object ClashConfig {
2424
" >> $dataPath/run/c.cfg")
2525
paths = SuiHelper.suCmd("$dataPath/run/c.cfg")
2626
.split(';')
27-
SuiHelper.suCmd("mv -f $dataPath/run/c.cfg")
27+
SuiHelper.suCmd("rm -f $dataPath/run/c.cfg")
2828
}
2929

3030
val dataPath

0 commit comments

Comments
 (0)