From 8b29845c424af168db1e1a966f3b7eeb039d1675 Mon Sep 17 00:00:00 2001 From: chiteroman <98092901+chiteroman@users.noreply.github.com> Date: Mon, 22 Jul 2024 12:00:29 +0200 Subject: [PATCH] Be sure module won't modify system files --- module/customize.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/module/customize.sh b/module/customize.sh index ddee8ba..aa4e11c 100644 --- a/module/customize.sh +++ b/module/customize.sh @@ -31,3 +31,5 @@ if [ -f "/data/adb/pif.json" ]; then mv -f "/data/adb/pif.json" "/data/adb/pif.json.old" ui_print "- Backup custom pif.json" fi + +rm -rf $MODPATH/system