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)