fix clean memcached

This commit is contained in:
VirtuBox
2019-03-31 19:11:19 +02:00
parent 412c7d7e6d
commit 4109a1622e

View File

@@ -65,7 +65,7 @@ class WOCleanController(CementBaseController):
Log.info(self, "Redis is not installed") Log.info(self, "Redis is not installed")
@expose(hide=True) @expose(hide=True)
def clean_memcache(self): def clean_memcached(self):
try: try:
if(WOAptGet.is_installed(self, "memcached")): if(WOAptGet.is_installed(self, "memcached")):
WOService.restart_service(self, "memcached") WOService.restart_service(self, "memcached")