mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-03-01 09:50:44 +01:00
bug fix: elastic search install
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user