diff --git a/barnard-ui b/barnard-ui index 1dc604f..a2e9583 100755 --- a/barnard-ui +++ b/barnard-ui @@ -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() {