Quote:
Originally Posted by romanas
@hansel: i modified firmware script and changed 2.12 into 2.12.1 It works fine now. Thank you very much, great job
|
Thanks for testing.
newLister-1.0.4 accepts all versions that contain 2.12:
Code:
old test: if [ "$Firmware_iLiad" = "$Firmware_Script" ]; then
new test: if echo $Firmware_iLiad | grep $Firmware_Script - ; then