Re: SamyGo Firmware Patcher Script
Posted: Mon May 31, 2010 1:05 pm
You output is perfectly normal.
For understand that bash format:means
and ampersand says that fire and forget, don't wait for SamyGO.sh ends...
So this script is run on boot. Please check your /mtd_rwarea/SamyGO.sh file. (you needed to aware that capital letters. /mtd_rwarea/samygo.sh wont work!)
regards
For understand that bash format:
Code: Select all
export KF_LOG=/dev/null ;/mtd_rwarea/SamyGO.sh&
Code: Select all
export KF_LOG=/dev/null
/mtd_rwarea/SamyGO.sh&
So this script is run on boot. Please check your /mtd_rwarea/SamyGO.sh file. (you needed to aware that capital letters. /mtd_rwarea/samygo.sh wont work!)
regards