I advice you that copy that scripts "Before" new FW install. Because Advanced mode DO NOT enable telnet just execute /mtd_rwarea/SamyGO.sh.betacart wrote:Hi,
thank you for reply. If I use "A", then I need to do:andCode: Select all
cp /dtv/usb/sda1/[path of SamyGO.sh] /mtd_rwarea/
then do for both CHMOD, right?Code: Select all
cp /dtv/usb/sda1/[path of mount2usb.sh] /mtd_rwarea/
And this is all?
What about placing "&" 9 is it corrected placed in scripts? And are these scripts correct (I mean syntax and so on).
THX
So you will needed to enable telnet via Telnet Enable Application if you wanted to copy this scripts later.
"&" means fork to new process/create new thread. That avoid interpreter stop this point if script is faulty. /mtd_rwarea/SamyGO.sh will run at another process. This is simply linux command. You can dig deeper by search engines like searching "ampersand bash".