Pavel Loginov 3 years ago
parent c0b78d32f0
commit c0212e23d3

@ -685,7 +685,7 @@ def update_haproxy_wi(service):
service = service.split('_')[0]
except Exception:
pass
service = 'roxy-wi-'+service
# service = 'roxy-wi-'+service
cmd = 'sudo -S yum -y update ' + service +' && sudo systemctl restart ' + service
output, stderr = subprocess_execute(cmd)
print(output)

Loading…
Cancel
Save