#!/bin/busybox sh

if [ -n "$(cat /proc/boot_mode | grep NORMAL)" ] ; then # NORMAL
	/usr/sbin/mtkfusionrild &
fi


