blob: 92310f186d14f6d1aa878fef601a7523905a13a0 [file] [log] [blame]
xjb04a4022021-11-25 15:01:52 +08001#!/bin/busybox sh
2
3if [ -n "$(cat /proc/boot_mode | grep NORMAL)" ] ; then # NORMAL
4 /usr/sbin/mtkfusionrild &
5fi
6
7