From c0212e23d359705379b346ab952f29b0d2cc332c Mon Sep 17 00:00:00 2001 From: Pavel Loginov Date: Wed, 16 Jun 2021 11:12:41 +0600 Subject: [PATCH] v5.2.0 Changelog: https://haproxy-wi.org/changelog.py#5_2 --- app/funct.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/funct.py b/app/funct.py index d77d90e..ca857bd 100644 --- a/app/funct.py +++ b/app/funct.py @@ -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)