Skip to content

Commit

Permalink
Don't force remove SNFix
Browse files Browse the repository at this point in the history
  • Loading branch information
chiteroman committed Oct 24, 2024
1 parent d1c1be5 commit 0c536e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions module/post-fs-data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0c536e0

Please sign in to comment.