Fix persistprop during installation

Thanks geekboy38 on xda!
This commit is contained in:
Chris Renshaw
2025-06-20 09:03:18 -03:00
committed by GitHub
parent a82914221e
commit 0132ebb272

View File

@@ -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