diff --git a/plugins/postgresql/index.py b/plugins/postgresql/index.py index ac04c53b9..32dbe6cf1 100755 --- a/plugins/postgresql/index.py +++ b/plugins/postgresql/index.py @@ -245,7 +245,7 @@ def status(version=''): def pgCmd(cmd): - return = "su - postgres -c \"" + cmd + "\"" + return "su - postgres -c \"" + cmd + "\"" def pGetDbUser():