From feb0378cb3a3f0c347fe987ac5db8ce4788305e2 Mon Sep 17 00:00:00 2001 From: Pavel Loginov Date: Wed, 11 May 2022 11:54:56 +0300 Subject: [PATCH] v6.0.1.0 Changelog: https://roxy-wi.org/changelog.py#6_0_1 --- app/options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/options.py b/app/options.py index ff050fac..30b9b4ac 100644 --- a/app/options.py +++ b/app/options.py @@ -501,7 +501,7 @@ if form.getvalue('action_service') is not None: print('warning: The service is disabled because you are not subscribed. Read here about subscriptions') sys.exit() if is_in_docker: - cmd = "supervisorctl " + action + " " + serv + cmd = "sudo supervisorctl " + action + " " + serv output, stderr = funct.subprocess_execute(cmd) funct.logging('localhost', ' The service ' + serv + ' has been ' + action + 'ed', haproxywi=1, login=1)