pull/42/head
Aidaho12 2018-08-27 09:45:10 +06:00
parent f0cb22f8e9
commit 5c5b21a56a
2 changed files with 1 additions and 1 deletions

View File

@ -402,7 +402,7 @@ def open_port_firewalld(cfg):
def check_haproxy_config(serv):
import sql
commands = [ "/sbin/haproxy -q -c -f %s" % sql.get_setting('haproxy_config_path') ]
commands = [ "haproxy -q -c -f %s" % sql.get_setting('haproxy_config_path') ]
ssh = ssh_connect(serv)
for command in commands:
stdin , stdout, stderr = ssh.exec_command(command)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 504 KiB

After

Width:  |  Height:  |  Size: 583 KiB