4IceG / luci-app-3ginfo-lite

Graphic visualization of the mPCI-E / M.2 and USB 3G / LTE / LTE-A / 5G modem connection status. (LuCI JS) | OpenWrt >= 21.02
107 stars 43 forks source link

More comparison fixes #90

Closed pekmop1024 closed 3 months ago

pekmop1024 commented 3 months ago

Same as with >, but = now. It should be ==, because = is an assignment operator and so no comparisons happened in that code before fix. And for integers it will be better to user -eq instead of ==.