Skip to content

Commit 36e1fdb

Browse files
committed
bug fix: elastic search install
1 parent 3677423 commit 36e1fdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manageServices/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ def removeInstall(request):
301301
status = data['status']
302302
appName = data['appName']
303303

304-
if appName == 'Elastic Search':
304+
if appName == 'Elasticsearch':
305305
if status == 'Installing':
306306
command = '/usr/local/CyberCP/bin/python /usr/local/CyberCP/manageServices/serviceManager.py --function InstallElasticSearch'
307307
else:

0 commit comments

Comments
 (0)