diff --git a/manageServices/views.py b/manageServices/views.py index d01a8f14c..e82afe5d1 100755 --- a/manageServices/views.py +++ b/manageServices/views.py @@ -301,7 +301,7 @@ def removeInstall(request): status = data['status'] appName = data['appName'] - if appName == 'Elastic Search': + if appName == 'Elasticsearch': if status == 'Installing': command = '/usr/local/CyberCP/bin/python /usr/local/CyberCP/manageServices/serviceManager.py --function InstallElasticSearch' else: