Lol follow shellcheck suggestions too closely. The ui should work again.

This commit is contained in:
Storm Dragon
2025-12-12 21:37:48 -05:00
parent 0700264afe
commit 9fe7d7ad87

View File

@@ -143,7 +143,8 @@ connect() {
if [[ -f "$certFile" ]]; then
certArgs=(-certificate "$certFile")
fi
command barnard -username "$username" -server "${mumbleServerList[$serverName]}" "${certArgs[@]}" --fifo ~/.config/barnard/cmd --buffers 16 |& log
# shellcheck disable=SC2086
command barnard -username "$username" -server ${mumbleServerList[$serverName]} "${certArgs[@]}" --fifo ~/.config/barnard/cmd --buffers 16 |& log
}
remove-server() {