1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-08-12 00:44:43 +00:00

Bugfixes after fixes

This commit is contained in:
Diver 2017-01-19 20:25:10 +03:00
parent 30d660096d
commit 9de5e7c974
2 changed files with 17 additions and 12 deletions

View file

@ -101,8 +101,7 @@ check_conf () {
#Choosing Cotrol Station. Code have to be "10"
for CS in $cs_addr; do
if [[ "10" -eq "$(ssh_check_cmd \"$CS\")" ]]; then
# echo "$CS is Primary"
if [[ "10" -eq "$(ssh_check_cmd $CS)" ]]; then
PRIMARY_CS=$CS
break
fi