From ade673dcbfddaaed32fb1de1eb06906f9aaa294f Mon Sep 17 00:00:00 2001 From: Usman Nasir Date: Sat, 25 Dec 2021 12:41:38 +0500 Subject: [PATCH] PHP 8.1: https://github.com/usmannasir/cyberpanel/issues/780 --- plogical/upgrade.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plogical/upgrade.py b/plogical/upgrade.py index efd10b4b5..afa822e83 100755 --- a/plogical/upgrade.py +++ b/plogical/upgrade.py @@ -2156,7 +2156,7 @@ echo $oConfig->Save() ? 'Done' : 'Error'; command = 'yum install lsphp80* -y' subprocess.call(command, shell=True) - if Upgrade.installedOutput.find('lsphp80') == -1: + if Upgrade.installedOutput.find('lsphp81') == -1: command = 'yum install lsphp81* -y' subprocess.call(command, shell=True)