devkral / lightsonplus

fork from lightsOn
39 stars 16 forks source link

Lint script (shellcheck) #34

Open JeanMax opened 2 years ago

JeanMax commented 2 years ago

Hey!

It would be nice to clean the script, using shellcheck for instance. I'm kinda annoyed with all the backticks :D There are also a few other warnings that could be fixed, nothing serious though.

But in the long run, it would help catching mistake easily! On the other hand, this is going to create huge chunks of diffs, and it will be a pain for everybody trying to maintain a fork...

Let me know!