View Single Post
Posts: 284 | Thanked: 320 times | Joined on May 2010 @ Peterborough, UK
#3496
Originally Posted by bigbiff View Post
Yeah, the script is loading the wrong value for 500mhz for some reason. I didn't feel like troubleshooting the script and was hoping someone might have already.
I've had a quick look and I can confirm it is a bug only in the show algorithm, so the load is working fine.

It's also very easy to fix; all that's needed is to change line 61 from

Code:
    for f in $allfreq; do
to

Code:
    for f in 0 $allfreq; do
..then all is well
 

The Following 3 Users Say Thank You to Tigerite For This Useful Post: