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