Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit f8445b52 authored by LuK1337's avatar LuK1337
Browse files

wipe-frp: Allow overriding FRP_BLOCK

Change-Id: I2fed7f088541667fc53d75d841a8af1903edff3d
parent 77bf3793
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
# SPDX-License-Identifier: Apache-2.0
#

FRP_BLOCK=$(getprop ro.frp.pst)
FRP_BLOCK=${1:-$(getprop ro.frp.pst)}

if [[ -z "${FRP_BLOCK}" ]]; then
    echo "FRP prop not set"