From 7be72001e9bcd7f0386ac85be685a66a60be672f Mon Sep 17 00:00:00 2001 From: qtwrk Date: Mon, 10 Aug 2020 21:49:32 +0200 Subject: [PATCH] Update install.py --- install/install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/install.py b/install/install.py index 3d9debdc4..fffeb8251 100755 --- a/install/install.py +++ b/install/install.py @@ -1417,7 +1417,7 @@ imap_folder_list_limit = 0 try: os.remove("/usr/local/lscp/fcgi-bin/lsphp") - shutil.copy("/usr/local/lsws/lsphp72/bin/lsphp", "/usr/local/lscp/fcgi-bin/lsphp") + shutil.copy("/usr/local/lsws/lsphp73/bin/lsphp", "/usr/local/lscp/fcgi-bin/lsphp") except: pass