diff --git a/app/options.py b/app/options.py index 3802e128..d50069d5 100644 --- a/app/options.py +++ b/app/options.py @@ -551,7 +551,7 @@ if form.getvalue('servaction') is not None: if enable != "show": print('

You %s %s on HAproxy %s. Look it or Edit something else


' % (enable, backend, serv, serv)) - funct.ssh_command(serv, command, show_log="1") + print(funct.ssh_command(serv, command, show_log="1")) action = 'edit.py ' + enable + ' ' + backend funct.logging(serv, action)