Skip to content

Commit

Permalink
Match file code style correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
osm0sis authored Jul 4, 2024
1 parent 7c3d0bd commit e3e4bbb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions module/common_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ done

# Work around AOSPA PropImitationHooks conflict when their persist props don't exist
if [ -n "$(resetprop ro.aospa.version)" ]; then
for PROP in persist.sys.pihooks.first_api_level persist.sys.pihooks.security_patch; do
resetprop | grep -q "\[$PROP\]" || resetprop -n -p "$PROP" "";
done;
fi;
for PROP in persist.sys.pihooks.first_api_level persist.sys.pihooks.security_patch; do
resetprop | grep -q "\[$PROP\]" || resetprop -n -p "$PROP" ""
done
fi

0 comments on commit e3e4bbb

Please sign in to comment.