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