diff --git a/install/installCyberPanel.py b/install/installCyberPanel.py index 7bf6d1bf8..8a67dec79 100755 --- a/install/installCyberPanel.py +++ b/install/installCyberPanel.py @@ -199,7 +199,7 @@ class InstallCyberPanel: res = os.system(command) if res != 0: - InstallCyberPanel.stdOut("Failed to install PHP on Ubuntu.", 1, 0) + InstallCyberPanel.stdOut("Failed to install PHP on Ubuntu.", 0, 1) elif self.distro == centos: command = 'yum -y groupinstall lsphp-all'