mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-12 16:26:12 +01:00
This commit is contained in:
@@ -2156,7 +2156,7 @@ echo $oConfig->Save() ? 'Done' : 'Error';
|
|||||||
command = 'yum install lsphp80* -y'
|
command = 'yum install lsphp80* -y'
|
||||||
subprocess.call(command, shell=True)
|
subprocess.call(command, shell=True)
|
||||||
|
|
||||||
if Upgrade.installedOutput.find('lsphp80') == -1:
|
if Upgrade.installedOutput.find('lsphp81') == -1:
|
||||||
command = 'yum install lsphp81* -y'
|
command = 'yum install lsphp81* -y'
|
||||||
subprocess.call(command, shell=True)
|
subprocess.call(command, shell=True)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user