From c0337486f9d86295fe0bf9f334ec00d3df5b7c1e Mon Sep 17 00:00:00 2001 From: Usman Nasir Date: Wed, 10 Aug 2022 10:14:40 +0500 Subject: [PATCH] replace lscpd php with php74 --- install/install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/install.py b/install/install.py index 93ab1a96d..3643b1b3f 100755 --- a/install/install.py +++ b/install/install.py @@ -1470,7 +1470,7 @@ autocreate_system_folders = On try: os.remove("/usr/local/lscp/fcgi-bin/lsphp") - shutil.copy("/usr/local/lsws/lsphp73/bin/lsphp", "/usr/local/lscp/fcgi-bin/lsphp") + shutil.copy("/usr/local/lsws/lsphp74/bin/lsphp", "/usr/local/lscp/fcgi-bin/lsphp") except: pass