tiny-pilot / tinypilot

Use your Raspberry Pi as a browser-based KVM.
https://tinypilotkvm.com
MIT License
2.89k stars 244 forks source link

Use arithmetic bash comparisons for equals checks #1780

Open jotaen4tinypilot opened 2 months ago

jotaen4tinypilot commented 2 months ago

As noted in this PR, we can also use arithmetic bash comparisons to substitute [[ -ne ]] / [[ == ]] checks.