Hi,
I have irex iLiad ER0141,
Today, I try create shell script can run /etc/init.d/networking restart and cat ifconfig to a txt file from dropbear. It like as:
Code:
export DISPLAY=:0
export scriptdir=`/usr/bin/dirname $0`
cd $scriptdir
/etc/init.d/networking restart
echo `ifonfig` > ifconfig.txt
When I runing from conttenlist.
The iLiad screen like hold, and I can not to do anything.(includ hold iLiad power button try to reboot)
Now, I don't know how can to reboot my iLiad.
If you know other solution can reboot the iLiad. Please tall me.