From e4aafa7da681902d0c937b769830c302d38f8815 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 29 May 2018 11:36:47 +0200 Subject: [PATCH] cosmetic change for fitting in page --- config/sfa-config-tty | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/sfa-config-tty b/config/sfa-config-tty index 1eea7dc8..029cfa12 100755 --- a/config/sfa-config-tty +++ b/config/sfa-config-tty @@ -229,7 +229,8 @@ def reload_service(): def restart_service(): services = ('sfa-db', 'sfa-aggregate', 'sfa-registry') for service in services: - restart = ("systemctl -q is-active {s} && {{ echo restarting {s} ; systemctl restart {s}; }}" + restart = ("systemctl -q is-active {s} && " + "{{ echo restarting {s} ; systemctl restart {s}; }}" .format(s=service)) os.system(restart) -- 2.43.0