We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1473f49 commit bf4237bCopy full SHA for bf4237b
1 file changed
webui/scripts/boot_hash.js
@@ -37,7 +37,8 @@ saveButton.addEventListener("click", async () => {
37
echo "${inputValue}" > /data/adb/boot_hash
38
chmod 644 /data/adb/boot_hash
39
}
40
- `, { env: { PATH: "/data/adb/ap/bin:/data/adb/ksu/bin:/data/adb/magisk:$PATH" } })
+ resetprop -c || true
41
+ `, { env: { PATH: "$PATH:/data/adb/ksu/bin:/data/adb/ap/bin:/data/adb/magisk" } })
42
.then(() => {
43
showPrompt(getString("prompt_boot_hash_set"));
44
bootHashDialog.close();
0 commit comments