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")
@expose(hide=True)
def clean_memcache(self):
def clean_memcached(self):
try:
if(WOAptGet.is_installed(self, "memcached")):
WOService.restart_service(self, "memcached")