From 0c536e05c7e31c262eed88a2f70375fbe0aa60a2 Mon Sep 17 00:00:00 2001 From: chiteroman Date: Thu, 24 Oct 2024 23:13:49 +0200 Subject: [PATCH] Don't force remove SNFix --- module/post-fs-data.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/post-fs-data.sh b/module/post-fs-data.sh index 5cc3a9a..afac500 100644 --- a/module/post-fs-data.sh +++ b/module/post-fs-data.sh @@ -13,8 +13,8 @@ fi # safetynet-fix module is obsolete and it's incompatible with PIF SNFix="/data/adb/modules/safetynet-fix" -if [ -d $SNFix ]; then - rm -rf $SNFix +if [ -d "$SNFix" ]; then + touch "$SNFix"/remove fi # Uninstall conflict apps