1
0
Fork 0
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:
Diver 2017-02-06 01:46:17 +03:00
parent 5fb6d92501
commit d31e38b524
2 changed files with 2 additions and 4 deletions

View file

@ -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