diff --git a/plugins/pgadmin/index.py b/plugins/pgadmin/index.py index b8d5922a5b..d7ce7e5f9f 100755 --- a/plugins/pgadmin/index.py +++ b/plugins/pgadmin/index.py @@ -233,9 +233,6 @@ def pgOp(method): return 'ok' return data[1] - if method == 'stop' or method == 'restart': - mw.execShell(file + ' ' + 'stop') - data = mw.execShell('systemctl ' + method+ '' + getPluginName()) if data[1] == '': return 'ok'