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