From 68158796dc476bab5ee79182346907c2bc032f73 Mon Sep 17 00:00:00 2001 From: KOWX712 Date: Mon, 18 Nov 2024 21:17:23 +0800 Subject: [PATCH] v2.3 update boot_hash path --- module/service.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/service.sh b/module/service.sh index 6c984e8..8ee0d43 100644 --- a/module/service.sh +++ b/module/service.sh @@ -3,7 +3,7 @@ TS="/data/adb/modules/tricky_store" SCRIPT_DIR="/data/adb/tricky_store" TSPA="/data/adb/modules/tsupport-advance" -hash_value=$(grep -v '^#' "$MODPATH/boot_hash" | tr -d '[:space:]') +hash_value=$(grep -v '^#' "/data/adb/boot_hash" | tr -d '[:space:]') if [ -n "$hash_value" ]; then resetprop -n ro.boot.vbmeta.digest "$hash_value" fi