From 0132ebb272e6735c3a927cdb841d7b6eb1e2163d Mon Sep 17 00:00:00 2001 From: Chris Renshaw Date: Fri, 20 Jun 2025 09:03:18 -0300 Subject: [PATCH] Fix persistprop during installation Thanks geekboy38 on xda! --- module/customize.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/module/customize.sh b/module/customize.sh index f81b942..f27b7de 100644 --- a/module/customize.sh +++ b/module/customize.sh @@ -33,7 +33,10 @@ if [ -d /data/adb/modules/MagiskHidePropsConf ]; then fi # Run common tasks for installation and boot-time -[ -d "$MODPATH/zygisk" ] && . $MODPATH/common_setup.sh +if [ -d "$MODPATH/zygisk" ]; then + . $MODPATH/common_func.sh + . $MODPATH/common_setup.sh +fi # Migrate custom.pif.json to latest defaults if needed if [ -f "$MODPATH/custom.pif.json" ] && ! grep -q "api_level" $MODPATH/custom.pif.json; then