From 9893e3bac25fff8e2f11a04b8c3772d05d5f4f19 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Sun, 15 Dec 2024 02:00:51 +0800 Subject: [PATCH] Update index.py --- plugins/mysql-apt/index.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/plugins/mysql-apt/index.py b/plugins/mysql-apt/index.py index ed0b05b52..b9043fce3 100755 --- a/plugins/mysql-apt/index.py +++ b/plugins/mysql-apt/index.py @@ -554,10 +554,6 @@ def my8cmd(version, method): def appCMD(version, action): - if float(version)>9: - cmd = 'export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/www/server/lib/openssl3/lib' - mw.execShell(cmd) - return my8cmd(version, action)