]> Kevux Git Server - kevux-firewall/commit
Update: Install script to better handle white spaces. development
authorKevin Day <Kevin@kevux.org>
Thu, 28 May 2026 22:34:46 +0000 (17:34 -0500)
committerKevin Day <Kevin@kevux.org>
Thu, 28 May 2026 22:36:07 +0000 (17:36 -0500)
commitcbd385cfb407682630c5d8ed264257c7af1f9843
treeb1e5c07017b754eecccb4fffa361b52dc5704701
parentda018e9739b1529221031fcac9dfda7a660c6cff
Update: Install script to better handle white spaces.

The `"${@}"` will expand spaces correctly into each parameter.
The double quotes are requires as `${@}` will not work as expected.
install.sh