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('
' % (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)