From 36e1fdb734d0f57e18259f2036e35e8d090c4d87 Mon Sep 17 00:00:00 2001 From: Usman Nasir Date: Sat, 17 Apr 2021 15:00:18 +0500 Subject: [PATCH] bug fix: elastic search install --- manageServices/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: