mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-08 22:36:12 +01:00
bug fix: php manager
This commit is contained in:
@@ -1314,7 +1314,7 @@ def getExtensionsInformation(request):
|
|||||||
command = 'yum list installed'
|
command = 'yum list installed'
|
||||||
resultInstalled = ProcessUtilities.outputExecutioner(command)
|
resultInstalled = ProcessUtilities.outputExecutioner(command)
|
||||||
|
|
||||||
command = f'yum list | grep {phpVers} | xargs -n3 | column -t'
|
command = f'yum list | grep ^{phpVers} | xargs -n3 | column -t'
|
||||||
|
|
||||||
result = ProcessUtilities.outputExecutioner(command).split('\n')
|
result = ProcessUtilities.outputExecutioner(command).split('\n')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user