Hi, when I finish flash android system using eflasher then run script works well.

However, system does not boot android system. It boots eflasher mode indefinitely.

Below is the script.

./eflasher-gui -qws >/dev/null 2>&1
echo 1 > /proc/sys/kernel/sysrq
echo o > /proc/sysrq-trigger

echo b > /proc/sysrq-trigger

How I can automatically reboot normally when eflahser finish work.