]> Kevux Git Server - controller/commit
Update: Install script to better handle white spaces. development
authorKevin Day <Kevin@kevux.org>
Thu, 28 May 2026 22:34:36 +0000 (17:34 -0500)
committerKevin Day <Kevin@kevux.org>
Thu, 28 May 2026 22:35:43 +0000 (17:35 -0500)
commitabb703bed1ffec753b29b78985fa71ed50496b99
tree27043165fe058675f0950994fccfc58611e54d17
parentd6584f1c4d9840371132340a462c74275a65d4ff
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