From f514abe664e7df60f3380e4bf138e4a7ab9f93f3 Mon Sep 17 00:00:00 2001 From: James Kasten Date: Thu, 23 Aug 2012 17:14:19 -0400 Subject: [PATCH] Fixed restart function --- trustify/client/configurator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trustify/client/configurator.py b/trustify/client/configurator.py index 8cac370c9..dff615ae4 100644 --- a/trustify/client/configurator.py +++ b/trustify/client/configurator.py @@ -763,7 +763,7 @@ LogLevel warn \n\ print e sys.exit(36) - def restart(quiet=False): + def restart(self, quiet=False): """ Restarts apache server """