correction

This commit is contained in:
HappyZ 2019-04-03 01:28:12 -05:00
parent c2ed066e62
commit 985db012f6
2 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ ${UPDATER_BASE}/animation.sh $LOG_FP &
ANIM_PID=$!
sleep 2
# enable bluetooth hid by replacing the stock bluetooth apk
echo "[updater.sh] run gethid.sh" >> $LOG_FP
# disable bluetooth hid by recovering the stock bluetooth apk
echo "[updater.sh] run recover.sh" >> $LOG_FP
${UPDATER_BASE}/gethid.sh $LOG_FP
if [ ! $? -eq 0 ]
then