What do you mean restart the miner?
sed sBD1BF1B /config/zzz.sh ; /config/zzz.sh restart
Does it rewrites the zzz.sh file? or its only in memory and resets when miner is rebooted?
Thanks!
The sed thingie keeps the original and makes a copy that survives reboot.
Reboot to run original
or
'/etc/init.d/cgminer.sh restart'
to run modified
'/config/zzz.sh restart'
(make changes only to the copy for fast recovery to stock system)
to swith back to normal
'/etc/init.d/cgminer.sh restart'