andresgongora / synth-shell-greeter

A system status report and your personal ASCII-art logo for your terminal sessions
GNU General Public License v3.0
13 stars 15 forks source link

Fix errors with "binary operator expected" #30

Closed mcgillij closed 3 years ago

mcgillij commented 3 years ago

When the greeter started, I'd get: bash: [: 831: binary operator expected above and below the displayed information. So I poured over some of the scripts with shellcheck and fixed what was showing up as errors while trying to not break other stuff.

image

This at least fixed all but one issue on my system.

andresgongora commented 3 years ago

Awesome! Thanks!