From 79160854b9ee16845f7c409eddb95d7955e901ca Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Tue, 26 Nov 2024 03:53:33 +0800 Subject: [PATCH] Update index.py --- plugins/php-yum/index.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/php-yum/index.py b/plugins/php-yum/index.py index 00d3c1f4d..edae3a4b8 100755 --- a/plugins/php-yum/index.py +++ b/plugins/php-yum/index.py @@ -815,8 +815,7 @@ def uninstallLib(version): return data[1] name = args['name'] - execstr = "cd " + getPluginDir() + '/versions/' + \ - " && /bin/bash common.sh " + version + ' uninstall ' + name + execstr = "cd " + getPluginDir() + '/versions/' + " && /bin/bash common.sh " + version + ' uninstall ' + name data = mw.execShell(execstr) # data[0] == '' and