diff --git a/install/install.py b/install/install.py index b2c43ab5b..8868df497 100755 --- a/install/install.py +++ b/install/install.py @@ -1988,8 +1988,8 @@ milter_default_action = accept if os.access('/usr/local/lsws/lsphp72/bin/php7.2', os.R_OK): os.symlink('/usr/local/lsws/lsphp72/bin/php7.2', '/usr/local/lsws/lsphp72/bin/php') - command = "cp /usr/local/lsws/lsphp71/bin/php /usr/bin/" - preFlightsChecks.call(command, self.distro, command, command, 1, 0, os.EX_OSERR) + #command = "cp /usr/local/lsws/lsphp71/bin/php /usr/bin/" + #preFlightsChecks.call(command, self.distro, command, command, 1, 0, os.EX_OSERR) os.chdir(self.cwd) diff --git a/plogical/upgrade.py.bak b/plogical/upgrade.py.bak index ae82dba27..869740ef6 100644 --- a/plogical/upgrade.py.bak +++ b/plogical/upgrade.py.bak @@ -2181,8 +2181,8 @@ echo $oConfig->Save() ? 'Done' : 'Error'; CentOSPath = '/etc/redhat-release' if not os.path.exists(CentOSPath): - command = 'cp /usr/local/lsws/lsphp71/bin/php /usr/bin/' - Upgrade.executioner(command, 'Set default PHP 7.0, 0') + #command = 'cp /usr/local/lsws/lsphp71/bin/php /usr/bin/' + #Upgrade.executioner(command, 'Set default PHP 7.0, 0') @staticmethod def someDirectories():