]> Kevux Git Server - controller/commit
Cleanup: Apply new script practices.
authorKevin Day <Kevin@kevux.org>
Sat, 28 Jun 2025 03:40:57 +0000 (22:40 -0500)
committerKevin Day <Kevin@kevux.org>
Sat, 28 Jun 2025 03:40:57 +0000 (22:40 -0500)
commitd21f379cce505fbf053ffb81dffe3705d137bfda
tree47032e01e51a3c742b7f31ea6f2d649a8dc498a9
parentd8053d4c43dfde6650783ca8411a9b9761759b1e
Cleanup: Apply new script practices.

Be more consistent about wrapping all variables in brackets.
This helps make the code more consistent and also more compatible with other interpreters like ZSH.

Don't use echo pipe syntax and instead use "<<<" redirection pipe syntax for passing variables to program calls.

The grep commands should use either `-sho` or `-shoP`.
install.sh