Fixup call to apache2 restart

This commit is contained in:
James Page 2013-03-08 09:24:26 +00:00
parent 7961870203
commit be5dbdc20f
1 changed files with 1 additions and 1 deletions

View File

@ -423,7 +423,7 @@ def enable_https(port_maps, namespace):
http_restart = True
if http_restart:
restart(['apache2'])
restart('apache2')
return True