mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-08-01 05:43:44 +00:00
No shellcheck override
This commit is contained in:
parent
5fb6d92501
commit
d31e38b524
2 changed files with 2 additions and 4 deletions
|
@ -162,8 +162,7 @@ check_conf () {
|
|||
|
||||
#Choosing Cotrol Station. Code have to be "10"
|
||||
for CS in $cs_addr; do
|
||||
# shellcheck disable=SC2086
|
||||
if [[ "10" = "$(ssh_check_cmd $CS)" ]]; then
|
||||
if [[ "10" = "$(ssh_check_cmd "$CS")" ]]; then
|
||||
PRIMARY_CS=$CS
|
||||
break
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue