Lol follow shellcheck suggestions too closely. The ui should work again.
This commit is contained in:
@@ -143,7 +143,8 @@ connect() {
|
|||||||
if [[ -f "$certFile" ]]; then
|
if [[ -f "$certFile" ]]; then
|
||||||
certArgs=(-certificate "$certFile")
|
certArgs=(-certificate "$certFile")
|
||||||
fi
|
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() {
|
remove-server() {
|
||||||
|
|||||||
Reference in New Issue
Block a user