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!
You probably shouldnt be monkeying around with your miner if you don't understand the SED command... You've been warned.
The substitute command changes all occurrences of the regular expression into a new value. In the case above, it is substituting BD1BF1B in the cgminer.sh file and creating a new zzz.sh file. The command then runs the zzz.sh script