Refine codes

This commit is contained in:
Nullptr
2023-02-02 15:37:57 +08:00
parent 581506a1b5
commit 70f56910cb
7 changed files with 7 additions and 7 deletions

View File

@@ -28,7 +28,7 @@ pub fn get_native_bridge() -> String {
}
pub fn restore_native_bridge() -> Result<()> {
Command::new("/data/adb/ksu/resetprop")
Command::new("/data/adb/ksu/bin/resetprop")
.arg(constants::PROP_NATIVE_BRIDGE)
.arg(get_native_bridge())
.spawn()?.wait()?;