Commit 588b3d14 authored by topjohnwu's avatar topjohnwu

Fix typo

parent 815efa77
......@@ -113,9 +113,9 @@ EOF
force_pm_install() {
local APK=$1
local VERIFY=`settings get global package_verifier_enable`
[ "$VERIFY" -eq 1 ] && settings set global package_verifier_enable 0
[ "$VERIFY" -eq 1 ] && settings put global package_verifier_enable 0
pm install -r $APK
local res=$?
[ "$VERIFY" -eq 1 ] && settings set global package_verifier_enable 1
[ "$VERIFY" -eq 1 ] && settings put global package_verifier_enable 1
return $res
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment